aequasi / octopress-vagrant
Vagrant files for octopress
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 0
Language:Ruby
pkg:composer/aequasi/octopress-vagrant
This package is auto-updated.
Last update: 2025-10-05 21:11:14 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.jsonfile, 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