Skip to content

Step by step

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