https://github.com/cryptiklemur/octopress-vagrant
Vagrant files for Octopress
https://github.com/cryptiklemur/octopress-vagrant
Last synced: 12 months ago
JSON representation
Vagrant files for Octopress
- Host: GitHub
- URL: https://github.com/cryptiklemur/octopress-vagrant
- Owner: cryptiklemur
- Created: 2013-06-01T08:31:56.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-01T19:04:31.000Z (about 13 years ago)
- Last Synced: 2025-04-22T14:57:23.800Z (about 1 year ago)
- Language: Ruby
- Size: 142 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
You can also install this using composer.
1. First, make sure you have a `composer.json` file, with the following in it
```
"config": {
"bin-dir": "bin"
}
```
2. Then, you can require the package
```sh
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`