The eurucamp Call for Papers application allows users to submit conference proposals or suggest speakers. Signup works through Github or Twitter.
This app was originally created by the team from wroc_love.rb.
This app is currently maintained by members of the Ruby Berlin e.V. on their free time as a community effort for the eurucamp conference. Ruby Berlin is the body behind RailsGirls Berlin and Hamburg, eurucamp, JRubyConf.eu and the Ruby User Group Berlin.
If you end up using the app, please get in contact so that we know. Also, spread the word about our projects. Also, consider donating, especially, if you run a commercial conference. We are a registered non-profit, donations are tax deducible. Betterplace handles all paperwork - if in doubt, send us a mail.
If you cannot or don't want to donate - use it, it's free.
Don't use the eurucamp logo for your instance to avoid confusion.
An installed postgresql instance and a compiler is needed.
GITHUB_KEY
: Your github application key.GITHUB_SECRET
: Your github application secret.TWITTER_KEY
: Your twitter application key.TWITTER_SECRET
: Your twitter application secret.LOCALE_API_KEY
: Your key for Locale.PORT
: The port to run on.HOSTNAME
: The hostname to bind to. (0.0.0.0
for IPv4, or::
for IPv6)
cp .env.sample .env
cp config/database.yml.example config/database.yml
- update config files. You should register on Localeapp for an API key and add your personal
LOCALE_API_KEY
. - run migration scripts
bundle exec foreman start
Every commit on the branch master
is tested by Codeship and a will will be deployed to cfp-staging.eurucamp.org if all tests pass.
If master
is ready for prime time, send a pull request and merge into the release
branch. Codeship will take care of running the tests again and deploy to production.
- Edit the translations directly on the eurucamp/call4papers project on Locale.
- That's it!
- The maintainer will then pull translations from the Locale project and push to Github.
Happy translating!
This app was originally created by the team from wroc_love.rb and subsequently extended by the eurucamp team.
GNU-AGPL-3.0, see COPYRIGHT for details.