parmentelat / nbhosting

nginx + django + docker architecture to host notebooks embedded from open-edx hosted MOOCs
Other
77 stars 8 forks source link

install.sh manage.py not found #125

Closed louvois closed 4 years ago

louvois commented 4 years ago

Hi There are two small mistakes on install.sh script ( the fullpoint is missing ). Tested on Fedora 32

File install.sh

Line 77 (cd django; ./manage.py collectstatic --noinput) instead of Line 77 (cd django; manage.py collectstatic --noinput)

Line 166 (cd django; ./manage.py migrate) instead of Line 166 (cd django; manage.py migrate)

regards, P. Louvois

parmentelat commented 4 years ago

done in f27f19e