Skip to content
Cristian Gonzalez edited this page Jul 8, 2021 · 4 revisions

Common problems

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, run sudo 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)
Clone this wiki locally