This commit is contained in:
BIN
docs/8.0/ayanova/docs/img/ops-install-linux-service-running.png
Normal file
BIN
docs/8.0/ayanova/docs/img/ops-install-linux-service-running.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 87 KiB |
@@ -218,26 +218,28 @@ Start the server service
|
|||||||
sudo systemctl start ayanova.service
|
sudo systemctl start ayanova.service
|
||||||
```
|
```
|
||||||
|
|
||||||
Confirm the server is running by viewing the service status:
|
Confirm the AyaNova service is running by viewing the service status:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo systemctl status ayanova.service
|
sudo systemctl status ayanova.service
|
||||||
```
|
```
|
||||||
|
|
||||||
You should see an output in the terminal that indicates the AyaNova server version and that it is booting. Any problems found that prevent boot up will be displayed here.
|
You should see in the status dislpay the AyaNova server version and that it is booting. Any problems found that prevent boot up will be displayed here.
|
||||||
|
|
||||||
If all is well then the console window will display "BOOT: COMPLETED - SERVER OPEN" as well as some other configuration data:
|
If all is well then the console window will display "BOOT: COMPLETED - SERVER OPEN" as well as some other configuration data:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
If you need to stop the AyaNova service:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo systemctl stop ayanova.service
|
||||||
|
```
|
||||||
|
|
||||||
### Login to AyaNova web app
|
### Login to AyaNova web app
|
||||||
|
|
||||||
Open your web browser and navigate to the AyaNova server URL. Assuming the default port of 7575 is in use then the URL would be http://YOUR_AYANOVA_SERVER_IP_ADDRESS:7575
|
Open your web browser and navigate to the AyaNova server URL. Assuming the default port of 7575 is in use then the URL would be http://YOUR_AYANOVA_SERVER_IP_ADDRESS:7575
|
||||||
|
The AyaNova login page should open and allow login.
|
||||||
## Starting and stopping AyaNova server
|
|
||||||
|
|
||||||
To shut down the AyaNova server cleanly use the AyaNova web app form accessed from Server Operations -> Server State and the menu item Shut down server.
|
|
||||||
Alternatively you can hard shut down AyaNova using the ctrl-c key combination in the terminal console window where AyaNova is running however this is not recommended.
|
|
||||||
|
|
||||||
## Getting started and using AyaNova
|
## Getting started and using AyaNova
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user