This is the simple application that we used to build Ruby Manor numbers 3 and 4. It's simple purpose is to collect talk proposals, and try to channel feedback and suggestions on those proposals into useful forms.
What do we consider to be non-useful forms? Any feedback that hasn't thoughtfully considered the proposal and tried to improve it. To put it bluntly, "+1" is the Anti-Christ.
Fork, patch, test, send a pull request. Apologies that the code and design are bit rough. Perhaps you can make it better?
-
Launch postgres
pg_ctl -D /usr/local/var/postgres/ -l /usr/local/var/postgres/server.log start
-
Create the postgre users/dbs if needed
-
Launch rake
bundle exec rake
-
Migrate the tables
bundle exec rake db:migrate
-
Launch foreman
COOKIE_SECRET='5563022c166aae00f2c39151fdd4eaca' GITHUB_KEY='CHANGEME' GITHUB_SECRET='CHANGEME' foreman start