diff --git a/docs/8.0/ayanova/docs/img/ops-install-linux-service-running.png b/docs/8.0/ayanova/docs/img/ops-install-linux-service-running.png new file mode 100644 index 00000000..865cbec5 Binary files /dev/null and b/docs/8.0/ayanova/docs/img/ops-install-linux-service-running.png differ diff --git a/docs/8.0/ayanova/docs/ops-install-linux-lan.md b/docs/8.0/ayanova/docs/ops-install-linux-lan.md index c393a065..17a0b189 100644 --- a/docs/8.0/ayanova/docs/ops-install-linux-lan.md +++ b/docs/8.0/ayanova/docs/ops-install-linux-lan.md @@ -218,26 +218,28 @@ Start the server 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 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: -![AyaNova server console running](img/ops-install-linux-console-open.png) +![AyaNova service running](img/ops-install-linux-service-running.png) + +If you need to stop the AyaNova service: + +```bash +sudo systemctl stop ayanova.service +``` ### 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 - -## 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. +The AyaNova login page should open and allow login. ## Getting started and using AyaNova