Tocho Tochev
5ff505d246
We want to have some indication for that some volunteers haven't confirmed their email. Perhaps "unverified" is bad terminology, but until we have proper "verification" it will suffice. (Ideally there would also be a filter, but my rails is way too rusty...) Reviewed-on: #45 Co-authored-by: Tocho Tochev <tocho@tochev.net> Co-committed-by: Tocho Tochev <tocho@tochev.net> |
||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
spec | ||
storage | ||
vendor/assets | ||
.dockerignore | ||
.gitignore | ||
.gitmodules | ||
.rspec | ||
.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://github.com/ignisf/clarion.git
- 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.