Fire up the development server

These are the steps to run locally your development server.

VirtualEnv Installation

  1. Start django devserver.

    Within your virtual environment you can start django devserver by running:

    (venv)$ ./manage.py runserver
    
  2. Visit our local installation of the ReMo Portal.

    You are done! Point Firefox to 127.0.0.1:8000.