File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def django_server():
1919 try :
2020 response = requests .get ("http://localhost:8010/" ) # pylint: disable=missing-timeout
2121 if response .status_code == 200 :
22- # Set up Git origin and trigger course build in gitmanager container
22+ # Trigger course build in gitmanager container
2323 print ("A+ server is ready. Initializing and building aplus-manual course via gitmanager..." )
2424 env = os .environ .copy ()
2525 env ["COMPOSE_FILE" ] = "docker-compose.yml"
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ volumes:
33services :
44 plus :
55 image : apluslms/run-aplus-front
6- command : " python3 manage.py runserver 0.0.0.0:8000 --noreload"
6+ command : " python3 manage.py runserver 0.0.0.0:8000 --noreload --insecure "
77 environment :
88 USE_GITMANAGER : ' true'
9+ APLUS_DEBUG : ' true'
910 APLUS_BASE_URL : ' http://localhost:8010/'
1011 APLUS_REMOTE_PAGE_HOSTS_MAP : |
1112 {
You can’t perform that action at this time.
0 commit comments