joyce/README.md

18 lines
242 B
Markdown
Raw Normal View History

2017-11-07 03:08:08 +00:00
# Joyce
_A Reader and Editor for Hypertext_
2018-05-10 02:35:43 +00:00
virtualenv -p /usr/bin/python2.7 joyce_flask
brew install elasticsearch
source bin/activate
pip install -r requirements.txt
python setup.py
elasticsearch
python application.py
localhost:5000