6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-18 23:49:02 +00:00

Minor docs space formatting

This commit is contained in:
Régis Behmo 2019-06-25 15:53:05 +02:00
parent edc844fd51
commit 18e908cebc

View File

@ -184,7 +184,6 @@ As an example, here is how to launch two different platforms, with nginx running
tutor local quickstart
sudo ln -s "$(tutor config printroot)/env/local/proxy/nginx/openedx.conf" /etc/nginx/sites-enabled/site1.conf
# platform 2
export TUTOR_ROOT=~/openedx/site2
tutor config save --interactive --set WEB_PROXY=true --set LOCAL_PROJECT_NAME=tutor_site2 --set NGINX_HTTP_PORT=82 --set NGINX_HTTPS_PORT=482