Bastien Sevajol (Algoo) 921eb41684 Working docker image for tests 8 年前
..
Debian_Tests Working docker image for tests 8 年前
Debian_Uwsgi Working docker image for tests 8 年前
README.md Working docker image for tests 8 年前

README.md

How to use Tracim docker images

For test execution

 Build image

docker build -t tracim:tests docker/Debian_Tests

Run tests

With SQLite

docker run -e DATABASE_TYPE=sqlite tracim:tests

With MySQL

docker run -e DATABASE_TYPE=mysql tracim:tests

With PostgreSQL

docker run -e DATABASE_TYPE=postgresql tracim:tests