From 7b3ecdf5f549a20916cc48986e0ff43713df63d4 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 20 Dec 2017 19:48:12 +0100 Subject: [PATCH] update readme with more up to date information --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c1befe..e4f0ea0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,12 @@ vagrant up Vagrant will then provision a virtual machine according to the specifications in the "Vagrantfile" file. After it's finished you -should be able to access the web page under http://localhost:8000 +should be able to access the web page under http://localhost:8080 + +To access the admin panel visit http://localhost:8080/admin the +default login is admin and the corresponding password is +"password". By default the application contains no data, you can enter +whatever you need. ### Support