This commit is contained in:
@@ -19,6 +19,7 @@ SERVER
|
|||||||
- BUMP AyaNova.csproj version number
|
- BUMP AyaNova.csproj version number
|
||||||
- BUILD RELEASE Run buildrelease.bat in server project folder
|
- 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
|
- COPY TO DEVOPS SERVER
|
||||||
NOTE: if need to replace "files" subfolder on server the rights need to be set to 775
|
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
|
||||||
|
|
||||||
|
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:
|
- Build containers:
|
||||||
- john@debian9John:~/Documents/raven/dist/docker/linux-x64$ docker-compose build
|
- john@debian9John:~/Documents/raven/dist/docker/linux-x64$ docker-compose build
|
||||||
- Run it:
|
- Run it:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ namespace AyaNova.Util
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
internal static class AyaNovaVersion
|
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;
|
public const string FullNameAndVersion = "AyaNova server " + VersionString;
|
||||||
}//eoc
|
}//eoc
|
||||||
}//eons
|
}//eons
|
||||||
Reference in New Issue
Block a user