Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.75 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.75 KB

Self Sovereign Identity service for SIRIUS project

https://socialsirius.com/

Features

Dev env prerequirements

  • Linux: set environment variable VERSION to dev (ex: export VERSION=dev)
  • Windows: set environment variable VERSION to dev (ex: SET VERSION=dev)
  • If you use PyCharm IDE mark app directory as source dir, then Configure Remote interpreter via docker-compose.yml file and set path mappings as: Local path = <project_dir>/app Remote path = /app
  • Run Django app in debug mode: python manage.py runserver 0.0.0.0:8888

Project structure

Architecture

TODO

Deployment instructions

TODO