aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 3 insertions, 11 deletions
diff --git a/README.md b/README.md
index 37c904a..bd1278a 100644
--- a/README.md
+++ b/README.md
@@ -58,20 +58,12 @@ pipenv run python runner/publish.py
## Docker compose
-Start both rabbitmq and a consumer with docker-compose
+Start all the containers with docker-compose
```bash
docker-compose up
```
-## Try the webapp
+this boots up rabbitmq, the snekbox and a webinterface on port 5000
-After getting docker-compose to run the rabbitmq server and the consumer
-
-try running the webapp in another terminal
-
-```bash
-pipenv run python webapp/webapp.py
-```
-
-and then open up the page: http://localhost:5000 (or whatever address it's running on)
+`http://localhost:5000`