This commit is contained in:
2021-12-02 00:03:04 +00:00
parent 92a44fd4ec
commit 0567fdaa05
8 changed files with 53 additions and 6 deletions

View File

@@ -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

View File

@@ -0,0 +1,4 @@
# AYANOVA SERVER LINUX INSTALLATION

View File

@@ -0,0 +1,6 @@
# AYANOVA SERVER WINDOWS INTERNET INSTALLATION

View File

@@ -0,0 +1,5 @@
# AYANOVA SERVER WINDOWS LAN INSTALLATION

View 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)

View 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

View File

@@ -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.

View File

@@ -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