Skip to content

horcruxxx/vivify-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vivify-backend

Installation Instructions

First Time

  • Make sure that you have the anaconda environment installed.
  • git clone https://github.com/horcruxxx/vivify-backend
  • cd vivify-backend
  • make create_env
  • conda activate vivify_backend or source activate vivify_backend
  • make vivify

After making changes

  • git pull origin master
  • make build_vivify

To Run it on the local server

  • vivify/manage.py runserver

Developers: