This is a host application for the soon-to-be http://tedxperth.org/
The core aims for this web app is to facilitate:
- Planning events
- Managing registrations
- Posting news
- General discussions
- Providing history etc
The following steps will help you get started. Please ensure you are using rvm as it makes the whole process of getting setup a lot simpler.
- Clone git://github.com/YouthTree/TEDxPerth.git
cd TEDxPerth
- RVM should pickup the gemset / ruby, install the ruby and bundler as needed../script/configure
- this will perform first time setup etc../script/rails server
- this will start the app so you can browse it.
By default, this uses rake db:setup
to load the schema.rb file and to run db/seeds.rb
.
Out of the box, you will have a admin user with the password 'tedxperth'.
We encourage all community contributions. Keeping this in mind, please follow these general guidelines when contributing:
- Fork the project
- Create a topic branch for what you’re working on (git checkout -b awesome_feature)
- Commit away, push that up (git push your_remote awesome_feature)
- Create a new GitHub Issue with the commit, asking for review. Alternatively, send a pull request with details of what you added.
- Once it’s accepted, if you want access to the core repository feel free to ask! Otherwise, you can continue to hack away in your own fork.
Other than that, our guidelines very closely match the GemCutter guidelines here.
(Thanks to GemCutter for the contribution guide)
All code is licensed under the New BSD License and is copyright YouthTree. Please keep this in mind when contributing.