This commit is contained in:
2021-03-13 00:37:06 +00:00
parent 0c0169d6b2
commit cb41f4a21a
2 changed files with 5 additions and 1 deletions

View File

@@ -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:

View File

@@ -5,7 +5,7 @@ namespace AyaNova.Util
/// </summary>
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