Skip to content

Commit

Permalink
more 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 db68d8e commit 5f9ae5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/wiki/elpis-dev-recipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ docker run -it -p 5000:5000/tcp \
coedl/elpis:latest
```


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

Expand All @@ -46,6 +47,7 @@ python setup.py develop
export FLASK_APP=elpis && flask run --host=0.0.0.0 --port=5000
```


## Monitor the app/code

Open a new Terminal and get another window into the running Elpis container using this (this works on Mac, untested on PC):
Expand Down

0 comments on commit 5f9ae5e

Please sign in to comment.