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 ### 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 ### Test install to windows server
### Run e2e tests against Linux and Windows servers ### Run e2e tests against Linux and Windows servers

View File

@@ -1,8 +1,14 @@
# now # now
TODO: TEST RC1 thoroughly TODO: TEST RC1 thoroughly BEFORE POSTING
make sure that loan unit default rate isn't bugging out make sure that loan unit default rate isn't bugging out
test all the functionality, use the e2e test and confirm test all the functionality, use the e2e test and confirm
TODO: BUILD NEW MIGRATE RC1 with loan unit change (below) BEFORE POSTING
TODO: REMOVE BETA TEST DOCS AND LICENSE FROM MANUAL
switch to real license and docs
TODO: remove beta banner from login form
todo; after above POST RC 1
todo: BIG PICTURE todo: BIG PICTURE
prep a release candidate and announce it as such to buy time prep a release candidate and announce it as such to buy time