How to Contribute

This page is currently being re-written. The blog has been updated to support ruby 1.9.3 so this page is now out of date. Stay tuned.
So you want to contribute. We’re using Octopress to power our page. Pretty neat right, well there are some drawbacks. The main one being set up. If you’re not famailiar with Ruby, Terminal or GitHub you might be intimidated. Don’t be scared, we’re here to help you, help us. So here’s a small walk through that will get you a local version of the TagSoup octopress on your system.
Let’s get the important links listed first. These will help you out tremendously. These links are where I found the info to get everything up and running smoothly.
If you’re a mac user, you want to make sure you have xcode installed. You can grab xcode from the app store. Once that’s done, the next prerequisite is GIT. Make sure you have GIT installed, and some basic familiarity with it (read Pro Git and Think Like a Git). Once you have these installed and ready to go, follow the OctoPress Set Up instructions. When you get to the “Setup Octopress” subsection you’re going to want to change the url for the repository to clone. You are going to want to run
1 2 3 | |
Just like the install site says, you will want to see Ruby 1.9.2.
Now, before you run the gem install bundler, you want to make sure you’re on the ‘source’ branch. You might have to create the branch first. You can run
1
| |
This will create the branch and auto change to it. After this, you can continue with the install process by running:
1 2 3 | |
That’s it! The install is done.
Now you can create a post and contribute to the blog. I’m sure some documentation on HOW to create a new octopress post might be useful. Head to http://octopress.org/docs/blogging/ for a quick guide. Once your post is created and you’re happy with it, send me a pull request!
If you need any help, or have questions, just shoot us a msg on github. Kthxbai
