This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
Please read through all the instructions below **before** proceeding with installation to be sure everything is available and ready.
|
||||
|
||||
These instructions require a working knowledge of Windows server adminstration tasks.
|
||||
|
||||
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.
|
||||
@@ -28,7 +30,7 @@ Any modern browser (not Internet Explorer) with Javascript enabled on any device
|
||||
|
||||
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.
|
||||
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 a domain name, DNS configuration as well as 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](mailto:support@ayanova.com).
|
||||
|
||||
@@ -218,7 +220,11 @@ IIS will automatically manage starting and stopping AyaNova as required.
|
||||
|
||||
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 connection from the internet your network adminstrator will need to setup IIS with an SSL certificate, bind to the correct port and 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.
|
||||
|
||||
** AyaNova can only be securely accessed from the internet if it's secured with an SSL certificate and only allows an HTTPS connection and not an unsecured HTTP connection. **
|
||||
|
||||
Let's Encrypt provides free SSL certificates and lists [several Windows clients](https://letsencrypt.org/docs/client-options/#clients-windows-/-iis) for use with Let's Encrypt on Windows.
|
||||
|
||||
For Server Operations role review the [Server operations](ops-intro.md) configuration and maintenance guide.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user