This commit is contained in:
2022-05-26 20:46:37 +00:00
parent 686aebbb14
commit b4a7986f02
2 changed files with 16 additions and 1 deletions

View File

@@ -32,6 +32,15 @@ UPLOAD releases to ayanova.com/download/next folder where it will be staged befo
### Test install to devops server
cd /var/ayanova && \
sudo systemctl stop ayanova.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 ayanova.service
### Test install to windows server
### Run e2e tests against Linux and Windows servers