From d718850253aef47c938346829f51c280f5d4cf2b Mon Sep 17 00:00:00 2001 From: Ivaylo Markov Date: Thu, 5 Nov 2020 21:13:58 +0200 Subject: [PATCH] Add instructions for using Docker Compose --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20f50c4..0348ba0 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,14 @@ Installation 1. `git clone https://github.com/ignisf/clarion.git` 2. Run `bundle install; bin/rake bootstrap` -3. You can now run the rails server with `bin/rails s` \ No newline at end of file +3. You can now run the rails server with `bin/rails s` + +Usage with Docker +----------------- + +Requires [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/). + +1. Run `git clone https://github.com/ignisf/clarion.git`. +2. Run `docker-compose up --build --detach`. +3. Add `127.0.0.1 clarion.openfest.test` to your system's host file. +4. Open http://clarion.openfest.test:3000/management in your browser and log in with username `foo@example.com` and password `123qweASD`. \ No newline at end of file