Add instructions for using Docker Compose

This commit is contained in:
Ivaylo Markov 2020-11-05 21:13:58 +02:00
parent 5ba2709a8e
commit d718850253
1 changed files with 11 additions and 1 deletions

View File

@ -9,3 +9,13 @@ Installation
1. `git clone https://github.com/ignisf/clarion.git` 1. `git clone https://github.com/ignisf/clarion.git`
2. Run `bundle install; bin/rake bootstrap` 2. Run `bundle install; bin/rake bootstrap`
3. You can now run the rails server with `bin/rails s` 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`.