This commit is contained in:
2022-09-11 21:49:23 +00:00
parent b1c85d61dd
commit bf40d7ecab
2 changed files with 3 additions and 34 deletions

View File

@@ -19,60 +19,30 @@ Run the appropriate for build type being tested standard upgrade script (except
#### PERPETUAL BUILD #### PERPETUAL BUILD
test.helloayanova.com main devops
```bash ```bash
cd /var/ayanova && \ cd /var/ayanova && \
sudo systemctl stop ayanova.service && \ sudo systemctl stop ayanova.service && \
sudo curl -O https://www.ayanova.com/download/next/ayanova-linux-x64-server.zip && \ sudo curl -O https://www.ayanova.com/download/next/ayanova-linux-x64-server.zip && \
sudo rm \*.dll && \ sudo rm *.dll && \
sudo rm -r ./resource && \ sudo rm -r ./resource && \
sudo rm -r ./wwwroot && \ sudo rm -r ./wwwroot && \
sudo unzip -o ayanova-linux-x64-server.zip -x "config.json" && \ sudo unzip -o ayanova-linux-x64-server.zip -x "config.json" && \
sudo systemctl start ayanova.service sudo systemctl start ayanova.service
``` ```
(a261 server)
```bash
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
```
#### SUBSCRIPTION BUILD #### SUBSCRIPTION BUILD
Devops:
```bash ```bash
cd /var/ayanova && \ cd /var/ayanova && \
sudo systemctl stop ayanova.service && \ sudo systemctl stop ayanova.service && \
sudo curl -O https://www.ayanova.com/download/next/ayanova-subscription-linux-x64-server.zip && \ sudo curl -O https://www.ayanova.com/download/next/ayanova-subscription-linux-x64-server.zip && \
sudo rm \*.dll && \ sudo rm *.dll && \
sudo rm -r ./resource && \ sudo rm -r ./resource && \
sudo rm -r ./wwwroot && \ sudo rm -r ./wwwroot && \
sudo unzip -o ayanova-subscription-linux-x64-server.zip -x "config.json" && \ sudo unzip -o ayanova-subscription-linux-x64-server.zip -x "config.json" && \
sudo systemctl start ayanova.service sudo systemctl start ayanova.service
``` ```
(a261 server)
```bash
cd /var/ayanovaa261 && \
sudo systemctl stop ayanovaa261.service && \
sudo curl -O https://www.ayanova.com/download/next/ayanova-subscription-linux-x64-server.zip && \
sudo rm \*.dll && \
sudo rm -r ./resource && \
sudo rm -r ./wwwroot && \
sudo unzip -o ayanova-subscription-linux-x64-server.zip -x "config.json" && \
sudo systemctl start ayanovaa261.service
```
### Test install to windows server ### Test install to windows server
Run installer on Windows test server. Run installer on Windows test server.
@@ -184,7 +154,6 @@ Use FileZilla to upload the docs:
from here: `C:\data\code\raven\server\AyaNova\wwwroot\docs\` from here: `C:\data\code\raven\server\AyaNova\wwwroot\docs\`
to here: `/var/www/html/ayanova.com/docs` to here: `/var/www/html/ayanova.com/docs`
## Update website changelog releases notes, forum etc ## Update website changelog releases notes, forum etc
Add that info here as it get's set up Add that info here as it get's set up

View File

@@ -9,7 +9,7 @@ site_name: AyaNova Rockfish biz guide
site_url: 'https://rockfish.ayanova.com/docs' site_url: 'https://rockfish.ayanova.com/docs'
site_dir: '../rfdocs' site_dir: '../rfdocs'
strict: true strict: true
copyright: Copyright © 2022 Ground Zero Tech-Works Inc. REV-2022-08-30 copyright: Copyright © 2022 Ground Zero Tech-Works Inc. REV-2022-09-11
extra: extra:
generator: false generator: false
# Extensions # Extensions