https://github.com/yuki-yano/digitalocean-proxy
https://github.com/yuki-yano/digitalocean-proxy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuki-yano/digitalocean-proxy
- Owner: yuki-yano
- Created: 2014-07-12T17:11:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T02:29:56.000Z (almost 10 years ago)
- Last Synced: 2025-01-29T09:45:02.028Z (3 months ago)
- Language: Ruby
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# digitalocean-proxy
private digitalocean proxy## Installation
```
$ vagrant plugin install vagrant-digitalocean
$ cp /path/to/file data_bag_key
$ bundle install
$ cp Vagrantfile.template Vagrantfile
$ vi Vagrantfile
$ vagrant up proxy.phisarts.net --provider=digital_ocean
$ vagrant ssh-config proxy.phisarts.net > vagrant-ssh.conf
$ knife solo bootstrap [email protected] -F vagrant-ssh.conf
```