README update and minor install output improvement
This commit is contained in:
@@ -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 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
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user