This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
; external to lan requires different config
|
||||
|
||||
#define MyAppName "AyaNova"
|
||||
#define MyAppVersion "8.0.0-alpha.141"
|
||||
#define MyAppVersion "8.0.0-beta.1"
|
||||
#define MyAppPublisher "Ground Zero Tech-Works, Inc."
|
||||
#define MyAppURL "https://ayanova.com/"
|
||||
#define MyAppExeName "AyaNova.exe"
|
||||
@@ -27,7 +27,7 @@ LicenseFile=C:\data\code\raven\dist\assets\license.rtf
|
||||
; Uncomment the following line to run in non administrative install mode (install for current user only.)
|
||||
;PrivilegesRequired=lowest
|
||||
OutputDir=C:\data\code\raven\dist\install\windows-pg-standalone\output
|
||||
OutputBaseFilename=ayanova-server-setup
|
||||
OutputBaseFilename=ayanova-single-setup
|
||||
SetupIconFile=C:\data\code\raven\graphics\logo.ico
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
|
||||
4
docs/8.0/ayanova/docs/ops-install-linux.md
Normal file
4
docs/8.0/ayanova/docs/ops-install-linux.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# AYANOVA SERVER LINUX INSTALLATION
|
||||
|
||||
|
||||
|
||||
6
docs/8.0/ayanova/docs/ops-install-windows-internet.md
Normal file
6
docs/8.0/ayanova/docs/ops-install-windows-internet.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# AYANOVA SERVER WINDOWS INTERNET INSTALLATION
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
5
docs/8.0/ayanova/docs/ops-install-windows-lan.md
Normal file
5
docs/8.0/ayanova/docs/ops-install-windows-lan.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# AYANOVA SERVER WINDOWS LAN INSTALLATION
|
||||
|
||||
|
||||
|
||||
|
||||
20
docs/8.0/ayanova/docs/ops-install-windows-single.md
Normal file
20
docs/8.0/ayanova/docs/ops-install-windows-single.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# AYANOVA INSTALLATION FOR SINGLE WINDOWS USER
|
||||
|
||||
This type of installation is appropriate for a single user of AyaNova on a Windows 64 bit computer.
|
||||
|
||||
## System requirements
|
||||
|
||||
A Windows 64 bit operating system with at least a temporary internet connection and about 400mb of free disk space.
|
||||
|
||||
## Installer
|
||||
|
||||
We have a "standalone" single installer for AyaNova that includes a standalone version of the Postgres sql server, the AyaNova server files and all .net core framework files needed for the AyaNova server to run. This install is not appropriate to use with a computer that already has a Postgres sql server installed to it, if that is the case you will want to follow one of the network installation guides instead to use your existing Postgre server.
|
||||
|
||||
## Installation steps
|
||||
|
||||
- Download the standalone installer from our web site: [https://www.ayanova.com/Downloads/v8/ayanova-single-setup.exe](https://www.ayanova.com/Downloads/v8/ayanova-single-setup.exe)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
12
docs/8.0/ayanova/docs/ops-install-windows.md
Normal file
12
docs/8.0/ayanova/docs/ops-install-windows.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# AYANOVA SERVER WINDOWS INSTALLATION
|
||||
|
||||
Choose how AyaNova will be used for specific Windows installation instructions:
|
||||
|
||||
- [Single user Windows computer](ops-install-windows-single.md)
|
||||
- [Windows server with local office network users only](ops-install-windows-lan.md)
|
||||
- [Windows server with local office and external internet users](ops-install-windows-internet.md)
|
||||
|
||||
## Windows hosting
|
||||
If you are using a Windows hosting provider with shell access follow the [Server with local office and external internet users](ops-install-windows-internet.md) guide
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@ Only the AyaNova server needs to be installed, there is nothing required to be i
|
||||
|
||||
Choose your server platform for specific instructions:
|
||||
|
||||
- [Windows](ops-install-windows.md)
|
||||
- [Linux](ops-install-linux.md)
|
||||
- [Windows 64bit](ops-install-windows.md)
|
||||
- [Linux 64bit](ops-install-linux.md)
|
||||
|
||||
## Other platforms
|
||||
|
||||
The AyaNova server can potentially run on any platform supported by the ASP.NET CORE framework however we currently only officially test on and support Windows 64 bit or Linux 64bit operating systems. If you wish to experiment with other operating systems such as Apple contact AyaNova technical support for a specific build for that platform.
|
||||
The AyaNova server can potentially run on any platform supported by the ASP.NET CORE framework however we currently only officially test on and support Windows 64 bit or Linux 64 bit operating systems. If you wish to experiment with other operating systems or platforms supported by the ASP.NET CORE framework contact AyaNova technical support to request a specific build for that platform.
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ The AyaNova server is built upon the [ASP.NET Core](https://docs.microsoft.com/e
|
||||
|
||||
AyaNova uses the [Postgres](https://www.postgresql.org/) database server exclusively. "PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance." - from the Postgres web site.
|
||||
|
||||
Postgres can be run on multiple operating systems including Linux or Windows.
|
||||
Postgres can be run on multiple operating systems and platforms including Linux or Windows.
|
||||
|
||||
## AyaNova client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user