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.
- clone code to local.
- Execute in the project directory:
docker compose up -d
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.
- Execute in the project directory:
docker compose down
- Back up all the files in the
data
subdirectory. - Execute in the project directory:
docker compose up -d