This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -63,7 +63,7 @@
|
|||||||
"AYANOVA_DB_CONNECTION": "Server=localhost;Username=postgres;Password=raven;Database=AyaNova;CommandTimeout=300;",
|
"AYANOVA_DB_CONNECTION": "Server=localhost;Username=postgres;Password=raven;Database=AyaNova;CommandTimeout=300;",
|
||||||
"AYANOVA_DATA_PATH": "c:\\temp\\ravendata",
|
"AYANOVA_DATA_PATH": "c:\\temp\\ravendata",
|
||||||
"AYANOVA_USE_URLS": "http://*:7575;",
|
"AYANOVA_USE_URLS": "http://*:7575;",
|
||||||
"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true",
|
//"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true",
|
||||||
//"AYANOVA_REMOVE_LICENSE_FROM_DB":"true",
|
//"AYANOVA_REMOVE_LICENSE_FROM_DB":"true",
|
||||||
"AYANOVA_REPORT_RENDERING_TIMEOUT":"60",
|
"AYANOVA_REPORT_RENDERING_TIMEOUT":"60",
|
||||||
//"AYANOVA_REPORT_RENDER_API_URL_OVERRIDE": "http://localhost:7575",
|
//"AYANOVA_REPORT_RENDER_API_URL_OVERRIDE": "http://localhost:7575",
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ AyaNova 8 has a single web application interface that adapts itself automaticall
|
|||||||
|
|
||||||
Having one web application interface means there is nothing to install or update on all user devices and ensures that we will always have all features available to all users.
|
Having one web application interface means there is nothing to install or update on all user devices and ensures that we will always have all features available to all users.
|
||||||
|
|
||||||
In order to support the front end "client" devices using AyaNova, there is now a back end self contained [AyaNova server](ops-intro.md) that handles all requests and can be hosted on Linux or Windows, either onsite or with a web hosting provider.
|
In order to support the front end "client" devices using AyaNova, there is now a back end self contained [AyaNova server](ops-intro.md) that handles all requests and can be installed on Linux or Windows operating systems.
|
||||||
|
|
||||||
### Design changes
|
### Design changes
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ The back end AyaNova server runs in a central location and performs several task
|
|||||||
|
|
||||||
All the hard work is done at the AyaNova server and it acts as the "referee" to manage everything going on between multiple Users and ensure all the data entered by Users is stored safely and is consistent and correct.
|
All the hard work is done at the AyaNova server and it acts as the "referee" to manage everything going on between multiple Users and ensure all the data entered by Users is stored safely and is consistent and correct.
|
||||||
|
|
||||||
The "front end" is a web application that is used with the web browser on a smart phone, tablet, PC, smart TV.
|
The "front end" is a web application that is used with the web browser on various devices such as a smart phone, tablet, PC, smart TV etc.
|
||||||
|
|
||||||
Any device with a modern web browser can be used with AyaNova.
|
Any device with a modern web browser can be used with AyaNova.
|
||||||
|
|
||||||
@@ -34,8 +34,6 @@ AyaNova can be used as a "Subscription" service hosted by us globally in the dat
|
|||||||
|
|
||||||
AyaNova will always be up to date with the latest release and you don't need to install anything or maintain any back end server hardware / software or configure networking.
|
AyaNova will always be up to date with the latest release and you don't need to install anything or maintain any back end server hardware / software or configure networking.
|
||||||
|
|
||||||
You can choose to pay month to month or year to year as a subscriber.
|
|
||||||
|
|
||||||
Your Subscription AyaNova data backup is compatible with the other [Perpetual](#perpetual-license) (self hosted) option enabling you to move to that way of using AyaNova if it makes more sense down the road.
|
Your Subscription AyaNova data backup is compatible with the other [Perpetual](#perpetual-license) (self hosted) option enabling you to move to that way of using AyaNova if it makes more sense down the road.
|
||||||
|
|
||||||
See our [AyaNova subscription option pricing page](https://www.ayanova.com/r/pricing.htm#subscription) for Subscription pricing and potential benefits of using AyaNova as a Subscription service.
|
See our [AyaNova subscription option pricing page](https://www.ayanova.com/r/pricing.htm#subscription) for Subscription pricing and potential benefits of using AyaNova as a Subscription service.
|
||||||
|
|||||||
Reference in New Issue
Block a user