OpenProject

From Chorke Wiki
Revision as of 00:55, 21 September 2020 by Shahed (talk | contribs) (→‎References)
Jump to navigation Jump to search

Docker

Compose

mkdir openproject
cd openproject

git clone --depth=1 --branch=stable/10 https://github.com/opf/openproject .
docker-compose up -d
docker-compose down

Admin

SSH Local Forwarding:
ssh -L 8080:localhost:8080 [email protected]
http://localhost:8080
user: admin
pass: admin

References