This commit is contained in:
2022-06-10 00:04:01 +00:00
parent a73cef0f80
commit c10ff14a87
3 changed files with 15 additions and 3 deletions

View File

@@ -41,6 +41,18 @@ sudo rm -r ./wwwroot && \
sudo unzip -o ayanova-linux-x64-server.zip -x "config.json" && \
sudo systemctl start ayanova.service
(a261 server)
cd /var/ayanovaa261 && \
sudo systemctl stop ayanovaa261.service && \
sudo curl -O https://www.ayanova.com/download/next/ayanova-linux-x64-server.zip && \
sudo rm *.dll && \
sudo rm -r ./resource && \
sudo rm -r ./wwwroot && \
sudo unzip -o ayanova-linux-x64-server.zip -x "config.json" && \
sudo systemctl start ayanovaa261.service
### Test install to windows server
### Run e2e tests against Linux and Windows servers

View File

@@ -15,7 +15,9 @@ TODO: remove beta banner from login form
todo: BIG PICTURE
QBI NEEDS TO BE DONE BEFORE RAVEN RELEASE AS RAVEN MAY REQUIRE MORE OBJECTS FOR DATA MAPPING AND OPTIONS SAVING IN CENTRAL LOCATION ETC
This saves users needing to back up their local QBI only settings and mappings separate from RAVEN backup
QBI order of release decision (does raven qbi need to be released along with v8 simultaneously??)
if yes then need to whip that shit up pronto with a beta to go with RC for raven
figure out how many active qbi users, like will this prevent most people from upgrading?