README update and minor install output improvement

This commit is contained in:
ronivay
2018-07-24 23:12:49 +03:00
parent 5a8516f3b8
commit 3babda4c55
2 changed files with 2 additions and 2 deletions

View File

@@ -42,8 +42,6 @@ notes:
### docker ### docker
You can also build the docker image locally if you wish or pull it from [docker hub](https://hub.docker.com/r/ronivay/xen-orchestra/) without using the script. You can also build the docker image locally if you wish or pull it from [docker hub](https://hub.docker.com/r/ronivay/xen-orchestra/) without using the script.
![Docker hub ronivay/xen-orchestra](http://dockeri.co/image/ronivay/xen-orchestra)
``` ```
docker build -t docker/. xen-orchestra docker build -t docker/. xen-orchestra
docker run -p 80:80 xen-orchestra docker run -p 80:80 xen-orchestra

View File

@@ -312,6 +312,8 @@ function InstallXO {
echo echo
echo "WebUI started in port $PORT" echo "WebUI started in port $PORT"
echo "Default username: admin@admin.net password: admin" echo "Default username: admin@admin.net password: admin"
echo
echo "Installation successful. Control xo-server.service with systemctl"
else else
echo echo
echo "Looks like there was a problem when starting xo-server/reading journalctl. Please see logs for more details" echo "Looks like there was a problem when starting xo-server/reading journalctl. Please see logs for more details"