Adding ability to do a perpetual build and a subscription build automatically and also be able to debug either one
This commit is contained in:
@@ -32,6 +32,8 @@ UPLOAD releases to ayanova.com/download/next folder where it will be staged befo
|
||||
|
||||
### Test install to devops server
|
||||
|
||||
#### NEXT folder version
|
||||
|
||||
cd /var/ayanova && \
|
||||
sudo systemctl stop ayanova.service && \
|
||||
sudo curl -O https://www.ayanova.com/download/next/ayanova-linux-x64-server.zip && \
|
||||
@@ -51,7 +53,26 @@ sudo rm -r ./wwwroot && \
|
||||
sudo unzip -o ayanova-linux-x64-server.zip -x "config.json" && \
|
||||
sudo systemctl start ayanovaa261.service
|
||||
|
||||
#### MAIN RELEASE folder version
|
||||
|
||||
cd /var/ayanova && \
|
||||
sudo systemctl stop ayanova.service && \
|
||||
sudo curl -O https://www.ayanova.com/download/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 ayanova.service
|
||||
|
||||
(a261 server)
|
||||
cd /var/ayanovaa261 && \
|
||||
sudo systemctl stop ayanovaa261.service && \
|
||||
sudo curl -O https://www.ayanova.com/download/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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user