library octopress-vagrant
Vagrant files for octopress
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
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)
-
First, make sure you have a composer.json
file, with the following in it, (*3)
"config": {
"bin-dir": "bin"
}
-
Then, you can require the package, (*4)
composer require "aequasi/octopress-vagrant" dev-master
-
From there, you can just type ./bin/vagrant-init
, and it will symlink the files you need to run vagrant
, (*5)