This commit is contained in:
@@ -62,6 +62,20 @@ This setting affects the address users will use to connect to the AyaNova server
|
||||
#### Boot and test the server
|
||||
The AyaNova installer creates two shortcuts in the Start Menu under "AyaNova Server" and also on the Windows desktop titled "AyaNova server" and "AyaNova App". The AyaNova Server shortcut will start AyaNova by running AyaNova.exe in the program files folder where AyaNova was installed and 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.
|
||||
|
||||
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. Use the AyaNova App shortcut to open the server and get started with AyaNova.
|
||||
|
||||
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.
|
||||
|
||||
#### 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.
|
||||
|
||||
For Server Operations role review the [Server operations](ops-intro.md) configuration and maintenance guide.
|
||||
|
||||
For the Business administration role, now that the server is up and running AyaNova business settings can be configured, review the [Getting started](adm-getting-started.md) guide for Administrators.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -30,8 +30,10 @@ The [installation guide](ops-install.md) is the starting point for installing Ay
|
||||
|
||||
The [configuration guide](ops-config-environment-variables.md) is a reference to all the operational settings related to booting the AyaNova server and adjusting how it operates.
|
||||
|
||||
## Notification
|
||||
|
||||
If the AyaNova [notification system](ops-notification-system.md) is used and outgoing notifications via SMTP are desired then the SMTP mail server [notification settings](ops-notification-system.md) will need to be configured by the server Operations role.
|
||||
|
||||
## Maintenance
|
||||
|
||||
The [maintenance guide](ops-maintenance.md) is a reference to important maintenance tasks for the person responsible for keeping AyaNova server running and data secured and protected from loss.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user