Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

scrum-wars/the-council

Repository files navigation

!!! WARNING: THIS REPO IS NO LONGER MAINTAINED AND HAS BEEN ARCHIVED !!!

The Council / Jedi Council

Main Scrum Wars application written in Ruby on Rails.

Jedi Council

Requirements

Installation

Preparation for first run:

git clone https://github.com/scrum-wars/the-council.git 
cd the-council.git
cp .the-council.env.sample .the-council.env
cp docker-compose.yml.sample docker-compose.yml
vim .the-council.env  # update secret token and postgresql password
vim docker-compose.yml # update postgresql password - must match the one set above
docker volume create --name the-council-postgres
docker volume create --name the-council-redis
docker-compose up

In the first run the-council application will fail with errors due to lack of database. Use CTRL+C to stop docker compose, afterwards run:

docker-compose run the-council rails db:reset
docker-compose up

This time the application should start correcty and you are ready to go.

Application will be available under: http://localhost:8000

Shout-outs