2017 © Pedro Peláez
 

library octopress-vagrant

Vagrant files for octopress

image

aequasi/octopress-vagrant

Vagrant files for octopress

  • Saturday, June 1, 2013
  • by aequasi
  • Repository
  • 1 Watchers
  • 4 Stars
  • 9 Installations
  • Ruby
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Octopress Vagrant files

Download/Clone this repository, and put the Vagrantfile and _vagrant_setup inside your source repository. From there, you should be able to run a vagrant up, and you should have everything necessary to create posts, and publish your blog. You may need to create an ssh key for your vagrant user, and add it to github., (*1)

You can also install this using composer., (*2)

  1. First, make sure you have a composer.json file, with the following in it, (*3)

    "config": {
        "bin-dir": "bin"
    }
    
  2. Then, you can require the package, (*4)

    composer require "aequasi/octopress-vagrant" dev-master
    
  3. From there, you can just type ./bin/vagrant-init, and it will symlink the files you need to run vagrant, (*5)

The Versions

01/06 2013

dev-master

9999999-dev http://aaronscherer.me

Vagrant files for octopress

  Sources   Download

Apache-2.0

vagrant octopress