This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user