forked from UCL-INGI/INGInious
-
Notifications
You must be signed in to change notification settings - Fork 7
Common problems
Cristian Gonzalez edited this page Jul 8, 2021
·
4 revisions
This page is intended to show common problems at the moment of deployment or configure the project.
- When deploying UNCode locally, make sure your linux user is in the same group as the Docker user to allow using docker as non-root user. Check this tutorial for that: https://docs.docker.com/engine/install/linux-postinstall/
- Make sure the mongo service is running, for that run the command
sudo service mongod status
to check the status, in case it is not running, runsudo service mongod start
to start the service. - Make sure the virtual environment is active before running the
inginious-webapp
file. - Check correct python version (3.5) of your local deployment, as well as the correct mongo version (3.4)
UNCode - Distributed and maintained by the Universidad Nacional de Colombia, Campus Bogotá.
Visit the UNCode web page.
Visit UNCode.
- Home
- User's Documentation
- Developer's Documentation
- Deploy UNCode
- Others