Remove useless directory creation step in README

This commit is contained in:
Régis Behmo 2017-07-24 11:33:43 +02:00
parent 12e08d7c5d
commit 34b185b0eb
1 changed files with 0 additions and 7 deletions

View File

@ -4,13 +4,6 @@ This is a work-in-progress.
The production stack is composed of Nginx, MySQL, MongoDB, Memcache and an LMS container.
## Install
Create necessary data folders:
mkdir -p data/lms/course_static data/lms/data data/lms/logs data/lms/staticfiles data/lms/uploads
mkdir -p data/mongodb data/mysql
## Lauch a production stack
docker-compose up --build