428bfb9639 | ||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
docker | ||
lib | ||
log | ||
public | ||
spec | ||
vendor/assets | ||
.gitignore | ||
.gitmodules | ||
.rspec | ||
.ruby-version | ||
.travis.yml | ||
Capfile | ||
Gemfile | ||
Gemfile.lock | ||
Guardfile | ||
LICENSE | ||
README.md | ||
Rakefile | ||
TODO | ||
config.ru | ||
docker-compose.yml |
README.md
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
.