From cb41f4a21a45017db06415a3e14e92d843c8caa5 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 13 Mar 2021 00:37:06 +0000 Subject: [PATCH] --- devdocs/deploy.txt | 4 ++++ server/AyaNova/util/AyaNovaVersion.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/devdocs/deploy.txt b/devdocs/deploy.txt index 3b80dd45..18c882db 100644 --- a/devdocs/deploy.txt +++ b/devdocs/deploy.txt @@ -19,6 +19,7 @@ SERVER - BUMP AyaNova.csproj version number - BUILD RELEASE Run buildrelease.bat in server project folder +https://www.ayanova.com/Downloads/v8/ayanova8.alpha.104-win-x64.7z - COPY TO DEVOPS SERVER NOTE: if need to replace "files" subfolder on server the rights need to be set to 775 @@ -127,6 +128,9 @@ ubuntu.16.04-x64 //<--- ends up being the same size as portable linux 64 so not ### DOCKER + Docker will eat up all the disk space if I don't prune it back once in a while, this seems safe to use and freed up 21GB of space when I ran out recently on devops + PRUNE: https://docs.docker.com/config/pruning/ + - Build containers: - john@debian9John:~/Documents/raven/dist/docker/linux-x64$ docker-compose build - Run it: diff --git a/server/AyaNova/util/AyaNovaVersion.cs b/server/AyaNova/util/AyaNovaVersion.cs index 18e4c986..0980253c 100644 --- a/server/AyaNova/util/AyaNovaVersion.cs +++ b/server/AyaNova/util/AyaNovaVersion.cs @@ -5,7 +5,7 @@ namespace AyaNova.Util /// internal static class AyaNovaVersion { - public const string VersionString = "8.0.0-alpha.104"; + public const string VersionString = "8.0.0-alpha.105"; public const string FullNameAndVersion = "AyaNova server " + VersionString; }//eoc }//eons \ No newline at end of file