682 B
682 B
Clarion
A CfP automation system for OpenFest.
Installation
git clone https://github.com/ignisf/clarion.git
- Run
bundle install; bin/rake bootstrap
- You can now run the rails server with
bin/rails s
Usage with Docker
Requires Docker and Docker Compose.
- Run
git clone https://github.com/ignisf/clarion.git
. - Run
docker-compose up --build --detach
. - Add
127.0.0.1 clarion.openfest.test
to your system's host file. - Open http://clarion.openfest.test:3000/management in your browser and log in with username
foo@example.com
and password123qweASD
.