This commit is contained in:
2022-03-23 00:04:41 +00:00
parent e2489c3eaf
commit d6d2cce36d
2 changed files with 145 additions and 51 deletions

View File

@@ -65,7 +65,7 @@ Once you have ensured the two requirements above are installed and available; do
Keep the checkmark on _Start AyaNova server when Windows starts_ and click on _next_.
![SCREENSHOT OF setup window checkmarked](img/ops-install-windows-lan-startup.png)
![SCREENSHOT OF setup window checkmarked server start with windows](img/ops-install-windows-lan-startup.png)
You will be prompted to go to the asp.net core download page:
@@ -146,38 +146,54 @@ After editing, saving and exiting out of NotePad, open the config.json file AGAI
The AyaNova installer will have created two shortcuts in the Start Menu under "AyaNova Server"
![SCREENSHOT OF lan desktop shortcuts](img/ops-install-windows-lan-desktopstartshortcuts.png)
The AyaNova installer also creates two shortcuts on the Windows desktop titled "AyaNova server" and "AyaNova App".
The AyaNova installer also creates two shortcuts on the Windows desktop titled "AyaNova server" and "AyaNova App".
![SCREENSHOT OF lan desktop shortcuts](img/ops-install-windows-lan-desktopshortcuts.png)
and also on the Windows desktop titled "AyaNova server" and "AyaNova App". The AyaNova Server shortcut will start a local copy of PostgreSQL, then AyaNova by running AyaNova.exe in the program files folder where AyaNova was installed. The AyaNova App shortcut will start a batch file which in turn will open the default browser to the AyaNova server's landing page at the default address.
#### 5\.1 Double click the AyaNova Server shortcut
Start the server by using the "AyaNova server" shortcut on the Windows desktop. You should see a console window open and some text that indicates the 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.
![SCREENSHOT OF server desktop shortcut](img/ops-install-windows-lan-desktopayanovaserver.png)
![AyaNova server console running](img/ops-install-windows-server-console-open.png)
The AyaNova Server shortcut will start a local copy of PostgreSQL, then AyaNova by running AyaNova.exe in the program files folder where AyaNova was installed.
Use the AyaNova App shortcut to open the server and get started with AyaNova.
You should see a console window open and some text that indicates the 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 the server closes immediately upon running with an error
![SCREENSHOT OF server launcher running](img/ops-install-windows-lan-ayanovaserverlauncherrunning.png)
##### If the server closes immediately upon running with an error
In some cases where a critical configuration value is completely missing, the server console may display the error but close too quickly to read it. In this case you can view the message by starting AyaNova.exe manually from a command line prompt. For example if AyaNova is installed to the default location open a command prompt (press WIN-x, select "command prompt" from the menu) and type `"c:\Program Files\ayanova\AyaNova.exe"` (note the quotation marks) to run AyaNova and see the error and make the necessary changes.
### Starting and stopping AyaNova server
As you will remember from the installation above, you kept the checkmarked 'Start AyaNova server when Windows starts'. When your lan server is rebooted, the AyaNova Server shortcut will run on startup.
![SCREENSHOT OF setup window checkmarked server start with windows](img/ops-install-windows-lan-startup.png)
#### 5\.2 Double-click the AyaNova App shortcut
The AyaNova App shortcut will start a batch file which in turn will open the default browser to the AyaNova server's landing page at the default address.
![SCREENSHOT OF WEBPAGE RUNNING SUCCESSFULLY](img/ops-install-windows-lan-ayanovaappshortcutrunning.png)
![SCREENSHOT OF WEBPAGE LOGIN](img/ops-install-ayanovaloginpage.png)
#### Starting and stopping AyaNova server
To shut down the AyaNova server press the ctrl-c key combination in the ayanova-launcher window.
To start the AyaNova server use the installed desktop or start menu icon to run the ayanova-launcher.
If you chose the "Start with Windows" option during installation AyaNova will start automatically on Windows login.
### Report rendering first time delay
#### Report rendering first time delay
The very first time a report is rendered in AyaNova there will be a delay while the Chromium browser report rendering components are installed.
## Getting started and using AyaNova
## 6\. Next steps
Server installation is complete. Users will require the URL to use in their browser to access the AyaNova APP, see the AYANOVA_USE_URLS in the configuration section above.
Server installation is complete.
Users will require the URL to use in their browser to access the AyaNova APP, see the AYANOVA_USE_URLS in the configuration section above.
The next step is to [login](ay-start-login.md), request or install a [license](adm-license.md) and if are trying out AyaNova for the first time follow the [evaluation trial guide](ay-evaluate.md).