jkranjc created page: home authored by Janez's avatar Janez
...@@ -61,5 +61,16 @@ Afterwards you can start the daemon like this (you must be in the same folder as ...@@ -61,5 +61,16 @@ Afterwards you can start the daemon like this (you must be in the same folder as
```bash ```bash
supervisord supervisord
``` ```
Open your browser to 127.0.0.1:9001 to see the status of the daemon. Open your browser to 127.0.0.1:9001 to see the status of the daemon.
By default the username is manorastroman and the password kingofthedragonmen. By default the username is manorastroman and the password kingofthedragonmen.
Alternatively you can see the status like this
```bash
supervisorctl status
```
Or see the tail of the logs
```bash
supervisorctl tail search
```
\ No newline at end of file