diff --git a/07 - GameDevSpace/Processes/Things to do for it to work.md b/07 - GameDevSpace/Processes/Things to do for it to work.md index 60aadbb..69a7944 100644 --- a/07 - GameDevSpace/Processes/Things to do for it to work.md +++ b/07 - GameDevSpace/Processes/Things to do for it to work.md @@ -27,5 +27,7 @@ if (Target.bBuildEditor) ``` rpm -U http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm && yum install -y git ``` -- -- authenticate docker to ghcr.io and download unreal image \ No newline at end of file +- `git clone https://git.game-dev.space/minimata/game-dev-space.git` +- move bash, compose and .env files to the `application` folder +- move service file to /etc/systemd/system directory +- authenticate docker to ghcr.io `echo | docker login ghcr.io -u Minimata --password-stdin` \ No newline at end of file