This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
# now
|
||||
|
||||
TODO: TEST RC1 thoroughly
|
||||
TODO: TEST RC1 thoroughly BEFORE POSTING
|
||||
make sure that loan unit default rate isn't bugging out
|
||||
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
|
||||
prep a release candidate and announce it as such to buy time
|
||||
|
||||
Reference in New Issue
Block a user