15 KiB
AYANOVA INSTALLATION - WINDOWS IIS HOSTED
This installer includes the AyaNova server application only and depends on an IIS server, a PostgreSQL server be installed or accessible and the .net Core framework to be installed in the correct order (detailed below).
This type of installation is suitable for both outside internet access and inside the local network.
No installation is required at the user end to access the AyaNova web app with a supported browser.
AyaNova web app system requirements
Any modern browser (not Internet Explorer) with Javascript enabled on any device with a minimum display width of 360 pixels.
AyaNova server system requirements
- OS : Windows 64 bit operating system with IIS
- IIS: Internet information server
- Internet connection : required to install license and to automatically download the Chromium report rendering engine
- Disk space: minimum 400mb of free disk space
- RAM : 512 MB (minimum), 1 GB (recommended)
- PostgreSQL Server: installation guide https://www.postgresqltutorial.com/install-postgresql/
- ASP.NET Core Runtime Hosting bundle v6.0.0 or newer : Download https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer
Security and Network requirements to access IIS from the internet
In order to access the AyaNova server through IIS from the internet a static IP address is required, optionally a registered domain name as well as appropriate configuration of IIS and the router to allow secure, incoming connections to the IIS server from the internet.
The following instructions are provided to get IIS running with AyaNova inside your network so it's ready for the next steps of exposing it to the outside world which will require site and equipment specific configuration best done by an experienced network professional and are beyond the scope of this manual or the support we can provide.
If a networking technician has a question about AyaNova itself that is not answered in this manual contact us: support@ayanova.com.
Folders
- Program files : By default (and recommended) AyaNova server program files will be installed to
C:\Program Files\ayanovafolder - Data files: All data aside from attachment files is stored in the PostgreSQL database. By default AyaNova will store attachment files, logs and backup files in the %ProgramData% folder under
ayanovawhich on most computers will be located atC:\ProgramData\ayanova. Each folder location can be changed via configuration.
Installation procedure
Follow the steps below in the order they are presented here.
Enable IIS Internet Information Server
If you already have IIS enabled read through and verify the following instructions to verify it is ready for AyaNova.
The steps to enable IIS are different depending on the type of Windows in use, for server Windows systems use the next section, for non server versions of Windows skip to the next section below.
Enable IIS on server Windows versions
The following images are taken from a Windows Server 2019 operating system but the procedure is very similar for any modern version of Windows server.
Use the Add Roles and Features wizard from the Manage menu or the link in Server Manager, check the box for Web Server (IIS):
If IIS is being enabled for the first time you can accept all remaining defaults to conclusion.
If IIS was already enabled, double check the default settings for Role Services for IIS are enabled:
Reboot is not required at this point, continue on to the PostgreSQL installation below.
Enable IIS on non-server Windows versions
Open the Apps & Features settings page from the Apps shortcut in Settings:
In Apps & Features select the "Programs and Features" link under "Related settings" in the upper right corner of the Apps & Features page:
In "Programs and Features" dialog box select "Turn Windows features on or off" link:
Select the IIS Feature:
If IIS is being enabled for the first time you can accept the defaults. If IIS was already enabled, double check the defaults for IIS are enabled.
Select the OK button and Windows will enable IIS. Reboot is not required at this point, continue on to the PostgreSQL installation below.
PostgreSQL server
AyaNova requires access to a PostgreSQL database server version 12 or newer. It should be up and running before AyaNova is installed. If you do not have a PostgreSQL server already then it must be installed to a location visible to the AyaNova server (same computer or a local computer on the same network). PostgreSQL is open source and free to use, if you need to install PostgreSQL follow this installation guide https://www.postgresqltutorial.com/install-postgresql/
Password
If you are installing PostgreSQL you will be prompted to provide a password to access it. Be sure to make a note of this password as AyaNova will need it to be specified later in the AYANOVA_DB_CONNECTION configuration setting after installing the AyaNova server.
ASP.NET Core Runtime
IIS MUST be installed before the ASP.NET Core runtime. AyaNova will not work if IIS is installed after the ASP.NET Core runtime.
If IIS is not already enabled and running do not proceed until it is.
The ASP.NET Core runtime will see IIS and install appropriate components but only if IIS is present during the ASP.NET Core runtime installation.
AyaNova is built upon the ASP.NET Core runtime version 6.0 or newer and it should be present before AyaNova is installed. Download the runtime here https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer.
AyaNova server installation
Download and run the AyaNova network installer: https://www.ayanova.com/Downloads/v8/ayanova-windows-x64-lan-setup.exe. Follow the prompts to complete installation but DO NOT select to start AyaNova with Windows, IIS will be responsible for starting and stopping AyaNova. If you do select start with windows re-run the installer and uncheck it.
Server configuration
The server must be configured before it will be able to start properly and find the database server.
The AyaNova installer will create a config.json file in it's program files folder. By default the location is c:\Program Files\ayanova\config.json. The config.json file is AyaNova's initial source for configuration settings required for the server to start. It is necessary to edit this file (or provide an alternative source of configuration and specify the password to connect to the PostgreSQL server. For example, if editing the default config.json file:
{
"AYANOVA_USE_URLS": "http://*:7575",
"AYANOVA_DB_CONNECTION": "Server=localhost;Username=postgres;Password=YOUR_PASSWORD_HERE;Database=AyaNova;",
"AYANOVA_DEFAULT_TRANSLATION": "en",
"AYANOVA_BACKUP_PG_DUMP_PATH": "postgres\\bin\\",
"AYANOVA_DATA_PATH": "%ProgramData%\\ayanova",
"AYANOVA_LOG_LEVEL": "Info"
}
The AYANOVA_DB_CONNECTION property must be edited and where it has "YOUR_PASSWORD_HERE" substitute the actual PostgreSQL password to be used. If the database server is located on a different computer then the Server= connection string property must be set to the address of that computer.
The AYANOVA_USE_URLS property specifies which TCP / IP Port that AyaNova server should listen on for connections from IIS. The default value is port 7575 which should be free in most cases, however if you need to use an alternate port due to conflict it must be set here. We recommend using the default 7575 to avoid current or future confusion or conflict with other servers that may be installed or present elsewhere on the network.
Boot and test the server
AyaNova must be confirmed to run properly before the final configuration in IIS to host AyaNova.
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.
Note that the AyaNova App shortcut is only relevant to this initial configuration testing, once AyaNova is confirmed to be working via IIS you will no longer access it directly but through IIS instead so the AyaNova App shortcut and address it uses will no longer be required and should not be used execept for diagnostic purposes only.
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.
If there is an issue it will be reported in this console window.
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.
Only after you have confirmed that AyaNova server is working and you can login to the AyaNova web app should you proceed to the next step of enabling IIS to work with AyaNova.
IIS AyaNova site configuration
Now that AyaNova server has been confirmed to boot properly IIS needs to be set up to host it.
Stop AyaNova server if it is still running from the previous step by following the instructions in the server console window. From this point on IIS will be controlling the starting and stopping of the AyaNova server.
Open IIS manager
From a server version of Windows...
Click on Tools -> Manage menu item from server manager:
From a non-server version of Windows...
Access IIS manager from the Windows Start menu in the Windows Administrative Tools start menu folder:
Create the AyaNova IIS site
In the Connections panel open the server's node, right click on Sites to add a new site.
In the Add Website dialog box configure the website settings, the Site Name, Physical Path and Port are the only required settings to be changed.
Here is an example configuration that is suitable to allow internal users to access AyaNova over port 8080 via HTTP (not https) and is suitable to test AyaNova internally but is not suitable for outside access:
Note that the Site name was set to "AyaNova", the physical path is set to the program files folder where AyaNova.exe resides after installation, the image shows the default location.
The Port setting here has been set to 8080 which is intended to not conflict with a default website that comes with IIS which is already on port 80 the web browser http default port. Do not choose the same port number as AyaNova (by default 7575), that port must be left free for AyaNova to use to communicate with IIS.
Click on OK to save the settings and procede to the next step.
Edit Application Pool
Under the Server's node in the Connections panel select Application Pools then right click the sites application pool which will have the same name as the Site name configured in the previous step ("AyaNova") and select "Basic settings" from the context menu:
In the application pool dialog set the .NET CLR version to "No Managed Code":
(this may seem counterintuitive since AyaNova uses .net but AyaNova uses .net Core, not the .net referred to here)
Click on Ok to save and continue to the next step
Open AyaNova app through IIS
Right click on the AyaNova site created earlier in IIS Manager and select "Manage website" and then "Browse". The AyaNova web app should open to the login page.
If you receive an error message from IIS "HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid." This generally means you did not follow the steps in the correct order and ASP.NET Core was installed before IIS was enabled which means IIS doesn't have the proper handlers to run an ASP.NET Core application. In order to fix this run the ASP.NET Core hosting bundle setup again that was installed previously (repair installation) to ensure IIS is setup with the correct handlers.
Starting and stopping AyaNova server
IIS will automatically manage starting and stopping AyaNova as required.
Next steps
Server installation under IIS for internal access is complete. Users will require the URL to use in their browser to access the AyaNova APP that was opened in the last step to test AyaNova substituting the server's IP address for the "localhost" part of the URL.
For connection from the internet your network adminstrator will need to setup IIS with the correct port and optionally domain name and open the port on the router to allow outside connections and finally provide your users with the correct URL to access AyaNova from outside your network.
For Server Operations role review the Server operations configuration and maintenance guide.
For the Business administration role review the Getting started guide for Administrators.













