Skip to content

ecreall/lagendacommun

Repository files navigation

Getting Started for development

To execute all processes with docker:

mkdir -p volumes/{arangodb,arangodb-apps} && sudo chown 999:999 volumes/{arangodb,arangodb-apps}
./run.sh rebuild
./run.sh

Connect with admin@example.com and password mybigsecret (defined in SECRET environment variable in docker-compose-dev.yml)

To be able to send mail, open a tunnel and bind port 9025 to the docker bridge:

ssh -L 172.17.0.1:9025:localhost:25 server_with_postfix.ecreall.com

To stop all containers:

./run.sh down

To run tests, example:

./run.sh test -s dace -t relations

Production deployment (with docker-compose on the server)

./redeploy.sh

zeopack

docker exec lagendacommun_lac_1 /app/bin/zeopack -d 1 -u /app/var/zeo.sock

How to get the logs

docker logs -f --tail 200 lagendacommun_lac_1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published