Add License
Initial commit
Root
Acknowledgement Thanks to Fabrice Romand fabrice.romand@gmail.com for the starter
Dockerized projeqtor. The manual is bundled in the repo (useful to look at the API).
The docker-compose
bundled will build the php image to run Projeqtor,
and uses volumes for the persistent data.
chmod 777 ./data/www/projeqtor/tool
and ./data/www/projeqtor/files
.
This is necessary so that the docker image for the application can write
necessary configuration to operate$ docker-compose build --force-rm --no-cache --pull --parallel
$ docker-compose up -d
Replace database host value 127.0.0.1
by mysql
Add database password mysql
mysql
mysql
admin
admin
The first login takes time because of mysql migrations (maybe should move the stack to pg)
$ docker-compose down -v
Use your preferred MySQL client connected to localhost port 3306 (admin user: root / password: mysql)