Skip to content

prondzyn/vagrant-octopress-TorunJUG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-octopress-TorunJUG

Vagrant setup files for blogging with Octopress which I'm using to manage Toruń JUG site.

With a few small modifications it can be applied to any site based on Octopress project.

I wrote a little about this topic in Polish on my blog.

How to run your Octopress project on Vagrant

  1. Install Virtual Box
  2. Install Vagrant
  3. Clone this repository
  4. Modify the Vagrant file so that your Octopress folder is referenced config.vm.synced_folder "../../../TorunJUG.github.io", "/home/vagrant/octopress", create: false
  5. vagrant up
  6. vagrant ssh
  7. cd octopress
  8. rake generate
  9. rake preview
  10. Open your favourite browser at http://localhost:4000 to preview your page
  11. Have fun! :)

Credits

This configuration is based on: ryanlanciaux/octopress-vagrant

Releases

No releases published

Packages

No packages published

Languages