1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-01-23 21:55:20 +00:00

Fixed supervisorctl status for web panel only

This commit is contained in:
Anatoliy Guskov 2015-08-03 13:45:14 +03:00
parent ef354cc369
commit 568b019d75

View file

@ -176,7 +176,6 @@ And finally, check everything is running:
```bash ```bash
sudo supervisorctl status sudo supervisorctl status
gstfsd RUNNING pid 24187, uptime 2:59:14
novncd RUNNING pid 24186, uptime 2:59:14 novncd RUNNING pid 24186, uptime 2:59:14
webvirtcloud RUNNING pid 24185, uptime 2:59:14 webvirtcloud RUNNING pid 24185, uptime 2:59:14
@ -192,11 +191,10 @@ Done!!
Go to http://serverip and you should see the login screen. Go to http://serverip and you should see the login screen.
### Default credentials ### Default credentials
<pre>
login: admin login: admin
password: admin password: admin
</pre>
### How To Update ### How To Update
```bash ```bash