tzerber / it-tour

IT Tour

Home Page:http://it-tour.bg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Climate Build Status

IT Tour

The site used for conferences part of the "IT Tour".

Conferences:

Installation

Copy config/database.yml.example to config/database.yml and edit it to match your local configuration.

gem install bundler
bundle install
rake db:create
rake db:schema:load
rake create_user first_name="Your" last_name="Name" email="mail@example.com" password="12345"
rails server

From there just visit: localhost:3000/admin/ and create a new conference with the "example.com" domain. Afterwards, you should be able to visit the public site, ie. localhost:3000.

Description

The site can handle multiple Conferences. Each conference is planed to live on a separate domain. One conference can have multiple events.

There is a share list of speakers and subscribers to all conferneces.

About

IT Tour

http://it-tour.bg/


Languages

Language:Ruby 69.3%Language:Slim 15.7%Language:SCSS 8.3%Language:CoffeeScript 5.0%Language:CSS 0.9%Language:HTML 0.8%