Tocho Tochev 5660c3ef53 | ||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
spec | ||
storage | ||
vendor/assets | ||
.dockerignore | ||
.gitignore | ||
.gitmodules | ||
.rspec | ||
.rubocop.yml | ||
.ruby-version | ||
.travis.yml | ||
Capfile | ||
Dockerfile | ||
Gemfile | ||
Gemfile.lock | ||
Guardfile | ||
LICENSE | ||
README.md | ||
Rakefile | ||
TODO | ||
config.ru | ||
docker-compose.yml |
README.md
Clarion
A CfP automation system for OpenFest.
Installation
For local development
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
For production
docker build -t clarion:latest -f Dockerfile .
Note that the docker image contains a default user (for credentials see db/seeds.rb
).
docker-compose
docker-compose up
will bring everything up on http://127.0.0.1:3000
with production configuration.
Initial Usage
- 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
domain
as the one you are currently using, otherwise nothing will be shown.