1-2-3 / featmap-docker

pre-built featmap docker image & configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

featmap-docker

pre-built featmap docker image & configuration.

featmap is a simple and open source user story mapping tool. But it is not easy to build from the source code. Here is a pre-built Docker image and configuration file.

How to install

  1. clone code to local.
  2. Execute in the project directory: docker compose up -d

How to use

Use the browser to visit http:// localhost: 5000 will open the Featmap login page. When you use it for the first time, you need to click on the Create An Account link to create a user.

How to backup data

  1. Execute in the project directory: docker compose down
  2. Back up all the files in the data subdirectory.
  3. Execute in the project directory: docker compose up -d

About

pre-built featmap docker image & configuration


Languages

Language:Shell 100.0%