aequasi / octopress-vagrant
Vagrant files for octopress
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
Language:Ruby
This package is auto-updated.
Last update: 2024-11-05 19:05:24 UTC
README
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.
You can also install this using composer.
-
First, make sure you have a
composer.json
file, with the following in it"config": { "bin-dir": "bin" }
-
Then, you can require the package
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 runvagrant