https://github.com/rubyonworld/call-4-papers
Call for Papers application
https://github.com/rubyonworld/call-4-papers
Last synced: 2 months ago
JSON representation
Call for Papers application
- Host: GitHub
- URL: https://github.com/rubyonworld/call-4-papers
- Owner: RubyOnWorld
- License: other
- Created: 2022-08-31T04:56:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T23:18:09.000Z (over 3 years ago)
- Last Synced: 2024-12-28T14:26:38.824Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 4.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eurucamp Call for Proposals
[](COPYRIGHT)

The eurucamp Call for Papers application allows users to submit conference proposals or suggest speakers. Signup works through Github or Twitter.
## Donationware
This app was originally created by the team from [wroc_love.rb](http://wrocloverb.com/).
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](mailto:info@eurucamp.org) so that we know. Also, spread the word about our [projects](http://rubyberlin.org). Also, consider [donating](https://www.betterplace.org/en/organisations/ruby-berlin/), 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.
## Logo
Don't use the eurucamp logo for your instance to avoid confusion.
## Development
An installed postgresql instance and a compiler is needed.
### **ENV** variables used:
* `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)
### Basic setup
* `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`
## Deployment
Every commit on the branch `master` is tested by Codeship and a will will be deployed to [cfp-staging.eurucamp.org](http://cfp-staging.eurucamp.org/) if all tests pass.
If `master` is ready for prime time, send a [pull request](https://github.com/eurucamp/call4papers/compare/release...master) and merge into the `release` branch. Codeship will take care of running the tests again and deploy to [production](https://cfp.eurucamp.org).
## Contributing to translations
- Edit the translations directly on the [eurucamp/call4papers](http://www.localeapp.com/projects/public?search=eurucamp/call4papers) project on Locale.
- **That's it!**
- The maintainer will then pull translations from the Locale project and push to Github.
Happy translating!
## Authors
This app was originally created by the team from [wroc_love.rb](http://wrocloverb.com/) and subsequently extended by the eurucamp team.
## License
GNU-AGPL-3.0, see COPYRIGHT for details.