From b4a7986f023b0498fc720c4750fb0808885cfb54 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 26 May 2022 20:46:37 +0000 Subject: [PATCH] --- devdocs/deploy.md | 9 +++++++++ devdocs/todo.txt | 8 +++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/devdocs/deploy.md b/devdocs/deploy.md index 218b2990..beaf3ed9 100644 --- a/devdocs/deploy.md +++ b/devdocs/deploy.md @@ -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 diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 0c363c9f..3e192d2f 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -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