codezone4

Meet your Code Master.

Tips

If you install RVM by source you may need to start it manually withsource /home/rajitha/.rvm/scripts/rvm

Do you need to login with /bin/bash --login to run rake tasks?

Installing Octopress for Beginners

Octopress is a static blogging platform based on Jekyll. Octopress installation for first time might be tricky. If you ’re a beginner and love Octopress engine, here ’re some crystal clear beginner tutorials. Have a look.

1. http://www.lennu.net/2012/05/11/octopress-installation-in-ubuntu-12-dot-04-with-rsync/

2. http://webdesign.tutsplus.com/tutorials/getting-started-with-octopress–webdesign-11442

3. http://robdodson.me/blog/2012/04/30/custom-domain-with-octopress-and-github-pages/

4. http://tech.paulcz.net/2012/12/creating-a-github-pages-blog-with-octopress.html

Anyway here is my workflow in a nutshell.

  1. Install RVM (Ruby Version Manager)
  2. Install Ruby latest
  3. Install Ruby 1.9.3 and make it default
  4. Install gems
  5. Cloning Octopress git repository
  6. Installation of Octopress RVM Packages
  7. Creating posts, pages and customization
  8. Deploy to Github pages
  9. Creating a CNAME file pointing to my custom domain
  10. Getting .dot.tk free domain and modify dot.tk dns with adding A record.
  11. Waiting till it works!

Good Luck!