Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/molekilla/ruthanet_deploy
rutha.net staging and deployment vagrant environment
https://github.com/molekilla/ruthanet_deploy
Last synced: 3 days ago
JSON representation
rutha.net staging and deployment vagrant environment
- Host: GitHub
- URL: https://github.com/molekilla/ruthanet_deploy
- Owner: molekilla
- License: mit
- Created: 2015-02-01T14:45:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T22:03:00.000Z (almost 10 years ago)
- Last Synced: 2024-04-10T02:56:47.053Z (7 months ago)
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ruthanet_deploy
rutha.net staging and deployment vagrant environment## Install rutha.net
1. `git clone https://github.com/molekilla/rutha.net` into host machine
2. Share folder with guest machine```ruby
# Share an additional folder to the guest VM. The first argument is
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
config.vm.synced_folder "~/Code/rutha.net", "/home/vagrant/repos/rutha.net"
```3. Provision VM
## Installation and provisioning (tested with Ubuntu trusty)
1. Install [Ansible](http://docs.ansible.com/intro_installation.html#getting-ansible)
2. Install [Virtualbox](https://www.virtualbox.org/wiki/Downloads)
3. Install [Vagrant](https://docs.vagrantup.com/v2/getting-started/)
4. `git clone https://github.com/molekilla/ruthanet_deploy`
5. `cd ruthanet_deploy`
6. Run `vagrant up`
7. Enjoy!