Add instructions for using Docker Compose
This commit is contained in:
parent
5ba2709a8e
commit
d718850253
12
README.md
12
README.md
@ -8,4 +8,14 @@ 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`.
|
Loading…
x
Reference in New Issue
Block a user