So, you’ve discovered Octopress and want to set it up, welcome to the club! Octopress is an awesome system, I love it.
Today’s tutorial is going to show you how to set it up in Ubuntu Linux. The idea being if you’re using Ubuntu for development you can build and generate your pages on your dev machine, and push them to your site. Let’s get started.
I’m using Ubuntu 12.10 Quantal Quetzal in this demo, but it should be relatively the same for most Ubuntu versions.
Step 1: Install Some Dependencies
First you need to install Git, and rbenv. You should already have Ruby installed but if not it will come up as a dependency.
Rbenv is a program that allows you to switch between versions. Start it up by typing:
If you want it to start automatically, add this line to your ~/.bashrc file
Now you can install Ruby:
You may also need to install Ruby Build (different from Ruby Builder) to get this working:
Step 2: Get Octopress
Now that you have your dependencies installed, you will want to clone Octopress into a folder.
This gives you a fresh version of Octopress right from Github.
Step 3: Install Octopress
Now that your depencies are met and you’re ready to go, you install it just as it shows on the Octopress site:
Build a test post, just to be sure there are no errors:
And that’s it! Getting up and running in Ubuntu Linux is pretty simple if you follow the steps exactly. I will also be posting a tutorial on here for installing in Windows, including Windows 8, very soon.
Enjoy it, and if you have any questions leave them in the comments!
No comments:
Post a Comment