A CfP automation system for OpenFest.
git clone https://git.openfest.org/Site/clarion/- Run
rvm install "ruby-$(cat .ruby-version)"; rvm install "ruby-$(cat .ruby-version)" - Start up postgresql
- Run
bundle install; bin/rake bootstrap - You can now run the rails server with
bin/rails s
docker build -t clarion:latest -f Dockerfile .
Note that the docker image contains a default user (for credentials see db/seeds.rb).
docker-compose up will bring everything up on http://127.0.0.1:3000 with production configuration.
- Go to
http://127.0.0.1:3000/management/ - Login (for initial creds see
db/seeds.rb) - Change the credentials
- Create a conference.
- NB: When creating a conference make sure to use the same
domainas the one you are currently using, otherwise nothing will be shown.