Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • At this stage, you may (depends on the database you connect to) need to:

    • apply Django migrations, from openimis-be_py/openIMIS

      Code Block
      python manage.py migrate
    • create a superuser for Django admin console, from openimis-be_py/openIMIS

      Code Block
      python manage.py createsuperuser

Run the modular openIMIS backend locally

Start openIMIS from within openimis-be_py/openIMISpython manage.py runserver

Run the modular openIMIS backend as a service

Expand
titleWindows setup
Expand
titleLinux setup

...