Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

informatics-lab/annotable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Annotable

This is a thing that does a thing...

set up assuming conda:

conda create -n py36 python=3.6 
. activate py36
python3 -m venv ./env
. env/bin/activate 
pip install zappa flask

once set up:

. env/bin/activate

Deploy

zappa deploy dev

update

zappa update dev

tear down

zappa undeploy dev