Skip to content
/ on_ruby Public
forked from rughh/on_ruby

Whitelabel Site for Ruby Communities

Notifications You must be signed in to change notification settings

rug-ba/on_ruby

 
 

Repository files navigation

OnRuby

Build Status Code Climate Coverage Status

Source for the Sites of the Ruby Communities Hamburg, Bremen, Cologne, Saarland, Berlin, Leipzig, Karlsruhe, Dresden, Railsgirls Hamburg

I Love Open Source

Setup

Postgresql

# install Postgres on Mac OS X
brew install postgresql
# or on Ubuntu
sudo apt-get install postgresql postgresql-contrib

# check if it's running
psql postgres # exit with \q

# create user and database
createuser -Ps postgres
rake db:setup

Use foreman to start the server, otherwise you need to export the options of the .env file manually:

bundle --without=production
foreman start

Hosts

For working with the whitelabel functionality, you need to add all supported subdomains to your /etc/hosts :

127.0.0.1    www.onruby.dev hamburg.onruby.dev cologne.onruby.dev bremen.onruby.dev saar.onruby.dev
127.0.0.1    berlin.onruby.dev karlsruhe.onruby.dev leipzig.onruby.dev dresden.onruby.dev
127.0.0.1    railsgirlshh.onruby.dev

Access via http://www.onruby.dev:5000

Test-Data

You don't need any to setup a new project!

If you want to have some kind of seed, than generate some test-data:

rake data:create

If you are a heroku project admin, you can dump Data from Heroku via Taps Gem:

heroku pg:pull HEROKU_POSTGRESQL_MAROON_URL onruby_development

THE GUIDE TO YOUR RUG

There are just a couple of steps for your Ruby Usergroup Site to get alive:

  • fork this repo
  • run bundle && bundle exec rake fork:usergroup[MyUsergroup]
  • create pull request
  • lean back and wait :)

If you have a custom domain, you need to setup the CNAME of your domain to point to heroku.

On the admin-site we need to:

  • heroku domains:add xyz.onruby.de [custom.de]
  • merge the pull
  • deploy to heroku
  • add admin privileges to someone for the new RUG

Website

OnRuby Website

Admin Interface

The app comes with an Typus interface to manage the model data. In order to access the admin stuff, you need to be a registered user with the "admin role". Typus is mounted under /admin of your label, so it's http://hamburg.onruby.de/admin for Hamburg.

Stuff to manage (CRUD)

  • Users
  • Events
    • Materials
  • Locations / Companies (Companies are just special Locations)
  • Topics (Stuff that user can demand/propose)
  • Jobs (The Display on top of the Page)
  • Highlights (Special infos, that you want to display for a short period of time)

License

"THE (extended) BEER-WARE LICENSE" (Revision 42.0815): phoet contributed to this project.

As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me some beers in return.

About

Whitelabel Site for Ruby Communities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published