2024-06-01 12:29:46 +03:00
|
|
|
# Clarion
|
2014-07-28 13:23:14 +03:00
|
|
|
|
|
|
|
A CfP automation system for OpenFest.
|
|
|
|
|
2024-06-01 12:29:46 +03:00
|
|
|
## Installation
|
|
|
|
|
|
|
|
### For local development
|
2014-07-28 13:23:14 +03:00
|
|
|
|
|
|
|
1. `git clone https://github.com/ignisf/clarion.git`
|
|
|
|
2. Run `bundle install; bin/rake bootstrap`
|
2024-06-01 12:29:46 +03:00
|
|
|
3. 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
|
|
|
|
|
|
|
|
1. Go to `http://127.0.0.1:3000/management/`
|
|
|
|
2. Login (for initial creds see `db/seeds.rb`)
|
|
|
|
3. Change the credentials
|
|
|
|
3. 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.
|