Skip to content

Commit

Permalink
more dev doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Jul 21, 2020
1 parent 7562feb commit db68d8e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/wiki/elpis-dev-recipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,19 @@ docker run -it -p 5000:5000/tcp \
coedl/elpis:latest
```

## Build the GUI
```
cd elpis/gui
npm install && npm run build
```


## Run the app

Run this inside the container
```
source /venv/bin/activate
python setup.py install -e .
python setup.py develop
export FLASK_APP=elpis && flask run --host=0.0.0.0 --port=5000
```

Expand Down

0 comments on commit db68d8e

Please sign in to comment.