This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
# AYANOVA INSTALLATION - INTERNET ACCESS VIA IIS INSTALL GUIDE
|
||||
# AYANOVA HOSTED VIA IIS INSTALL GUIDE
|
||||
|
||||
This installer includes the AyaNova server application only and requires an IIS server, a PostgreSQL server be installed or accessible and the .net Core framework to be installed separately first. Once the AyaNova server is hosted on IIS and along with the route, properly configured, users from the internet as well as on a local area network can access the AyaNova web app with their browsers.
|
||||
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.
|
||||
|
||||
Once the AyaNova server is installed and hosted within IIS, nothing needs to be installed for the end users who will access the AyaNova app on a computer or device with a modern web browser with Javascript enabled.
|
||||
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 and a minimum device screen width of 360 pixels.
|
||||
Any modern browser (not Internet Explorer) with Javascript enabled on any device with a minimum display width of 360 pixels.
|
||||
|
||||
## AyaNova server system requirements
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# AYANOVA INSTALLATION - LOCAL NETWORK DIRECT ACCESS INSTALL GUIDE
|
||||
# AYANOVA LOCAL NETWORK INSTALL GUIDE
|
||||
|
||||
This installer includes the AyaNova server application only and requires a PostgreSQL server be installed or accessible and the .net Core framework to be installed separately first. Once the AyaNova server is up and running users on a local area network can access it with their web browsers pointed to the address of the AyaNova server.
|
||||
|
||||
This type of installation is _not_ suitable for outside internet access, local network only.
|
||||
This type of installation is _not_ suitable for outside internet access and should be used on a local area network only.
|
||||
|
||||
Only the AyaNova server needs to be installed, nothing is required at the users end except for a computer or device with a modern web browser with Javascript enabled.
|
||||
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 and a minimum device screen width of 360 pixels.
|
||||
Any modern browser (not Internet Explorer) with Javascript enabled on any device with a minimum display width of 360 pixels.
|
||||
|
||||
## AyaNova server system requirements
|
||||
|
||||
|
||||
@@ -12,9 +12,9 @@ This type of install is appropriate for using AyaNova locally on a single person
|
||||
|
||||
When more than one user will be accessing AyaNova it can be set up in two different ways on a Windows server.
|
||||
|
||||
### AyaNova server direct
|
||||
### Local area network
|
||||
|
||||
AyaNova running alone and access directly by users within a local office network.
|
||||
AyaNova server running alone and access directly by users within a local office network.
|
||||
|
||||
This type of install is appropriate for use within a local area network _only_. It is _not_ suitable for sharing with outside users from the Internet.
|
||||
|
||||
@@ -29,7 +29,7 @@ Cons:
|
||||
- AyaNova server application will not automatically restart if it's closed on the desktop
|
||||
- Not suitable for sharing with users / Customers outside the local area network via the internet
|
||||
|
||||
[Local network direct access install guide](ops-install-windows-lan.md)
|
||||
[Local area network install guide](ops-install-windows-lan.md)
|
||||
|
||||
AyaNova server in this configurataion is run as a desktop application on a computer that is accessible to other users w
|
||||
|
||||
@@ -50,12 +50,12 @@ Cons:
|
||||
|
||||
- Requires IIS to be enabled in Windows and some manual steps to configure IIS to use AyaNova
|
||||
|
||||
[Internet access via IIS install guide](ops-install-windows-internet.md)
|
||||
[IIS hosted AyaNova server install guide](ops-install-windows-internet.md)
|
||||
|
||||
AyaNova server in this configurataion is run as a desktop application on a computer that is accessible to other users w
|
||||
|
||||
## Off-premise Windows hosting
|
||||
|
||||
If a Windows hosting provider is being used with shell access follow the [Internet access via IIS install guide](ops-install-windows-internet.md) guide.
|
||||
If a Windows hosting provider with shell access will be used follow the [Internet access via IIS install guide](ops-install-windows-internet.md) guide.
|
||||
|
||||
(note that a Linux hosting provider can be used and is generally recommended over Windows hosting purely for financial reasons, there is no practical difference from a technical standpoint between Linux or Windows hosted AyaNova)
|
||||
(note that a Linux hosting provider with shell access can also be used; there is no practical difference from an end user standpoint between Linux or Windows hosted AyaNova)
|
||||
|
||||
Reference in New Issue
Block a user