-
Notifications
You must be signed in to change notification settings - Fork 18
Step by step
Brutus5000 edited this page Jan 1, 2020
·
2 revisions
- Install docker, docker-compose and git on your machine (Windows users also need to install and us the git bash).
- Clone the faf-stack repository with
git clone https://github.com/FAForever/faf-stack
into your working directory. - Navigate to faf-stack folder
cd faf-stack
- Copy config.template to config
cp -R config.template config
- Copy .env.template to .env
cp .env.template .env
- Initialize the database (you will need it in most cases anyway)
scripts\init-db.sh
- Start other services that you need or want, e.g.
docker-compose up -d faf-java-api