This commit is contained in:
2022-03-11 20:38:56 +00:00
parent 5228570ee4
commit 9ab4cbdd52
2 changed files with 16 additions and 5 deletions

View File

@@ -112,8 +112,20 @@ to here: /var/www/html/ayanova.com/docs
LINUX MANUAL UPGRADE PROCEDURE
From AyaNova folder
# LINUX MANUAL UPGRADE PROCEDURE
From /var/ayanova folder
Download new version (the -O will overwrite so no need to delete existing one):
sudo curl -O https://www.ayanova.com/download/ayanova-linux-x64-server.zip
Run this one-liner to update and restart:
sudo systemctl stop ayanova.service && rm *.dll && rm -r ./resource && rm -r ./wwwroot && unzip -o ayanova-linux-x64-server.zip -x "config.json" && sudo systemctl start ayanova.service
OLD step by step instructions:
sudo systemctl stop ayanova.service
rm *.dll
rm -r ./resource
@@ -121,9 +133,6 @@ rm -r ./wwwroot
unzip -o ayanova-linux-x64-server.zip -x "config.json"
sudo systemctl start ayanova.service
Single liner (tested, works, so fast it's surprising):
sudo systemctl stop ayanova.service && rm *.dll && rm -r ./resource && rm -r ./wwwroot && unzip -o ayanova-linux-x64-server.zip -x "config.json" && sudo systemctl start ayanova.service

View File

@@ -46,6 +46,8 @@ Selecting a sample user will fill in the login name and password fields based on
The sample users correspond to the different AyaNova [authorization roles](ay-biz-admin-roles.md) available and additionally have sample users set to use the different translations of AyaNova available besides the default English language translation.
The sample user login and password list is **static** meaning if you change any of those user's login name or password the login page won't know about that and will offer the stock default login instead.
## Evaluation
We recommend evaluating AyaNova at first, with the sample data, _before_ erasing it and entering your own data as it's easier to try things out when a full set of data is available.