Browse Source

improved instructions to run webserver

Roberto Bertó 5 years ago
parent
commit
1ec8b450af
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -37,6 +37,15 @@ cd vycenter
 python3 manage.py migrate
 ```
 
+## run webserver
+```
+python3 manage.py runserver
+```
+
+## access webpage
+http://127.0.0.1:8000/
+
+
 ## setup vyos new instance
 * click on *Add new instance*
 * configure vyos services like explanined here https://docs.vyos.io/en/latest/appendix/http-api.html