No project description provided
Project description
BUPAP
This repository is a proof of concept for a "bottom up agile planning" tool. Currently you can only install it and browse the testdata, it is NOT YET A USEFUL TOOL.
Getting Started
Installation
You can either run the application as a simple python application or use the docker image.
python package
You can install the python package using
pip[x] install bupap
and run it with
bupap
docker
You can run a new docker container by calling
docker run -p 8123:80 --name bupap [-it|--detach] bupap:0.1.0
First login
The first start will take a short while to create testdata.
Afterwards you should be able to see a webpage on http://127.0.0.1:8123
On standard configuration you can log in using:
Username: admin
Password: admin
Passwords of all the other users are their username as well, for example you can log in using cmarmo
/ cmarmo
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.