Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 410 Bytes

File metadata and controls

11 lines (6 loc) · 410 Bytes

3D-client

  1. Run "python3 manage.py runserver" under the rivuletServer directory to start the django default lite server.

  2. Then run "python3 manage.py qcluster" under the rivuletServer directory to start the Django Q task queue.

  3. Visit http://127.0.0.1:8000/login/register/ to sign up or log in

  4. Visit http://127.0.0.1:8000/admin to manage the database

  5. admin account:admin ; password: pass1234