Régis Behmo
1f0509be2b
Add note to Makefile
2018-03-26 19:26:04 +02:00
Régis Behmo
6361b9ad58
Fix SQL race condition
...
When running "wait-for-mysql.sh", the "echo 'show tables' | manage.py
dbshell" command is always considered a success, even if the database is
unreachable ($? == 0). So we replace this command by a global system
check.
This closes #3 .
2018-02-10 18:38:17 +01:00
Régis Behmo
81af46fbe9
Create staff user, fix studio nginx static assets
2018-01-29 17:21:47 +01:00
Régis Behmo
0ff97197d0
Working stack: still some bugs to fix
2018-01-29 17:21:32 +01:00
Régis Behmo
61abe7691b
Add import-demo-course make command
2017-09-19 10:54:45 +02:00
Régis Behmo
e357e763d7
Multiple improvements, including Ginkgo compatibility
...
Docker stack now includes a studio, smtp server, rabbitmq container and
an LMS worker. There are still a couple things to do, though. (see
TODOs)
2017-07-25 23:24:36 +02:00
Régis Behmo
12e08d7c5d
Simplify migrations and static collection
...
Migrations and static assets collection are no longer performed every
time we build an image. Instead, they are run on command.
2017-07-23 19:27:25 +02:00