https://github.com/blimpllc/blimp-workers
Blimp workers using Vagrant with VirtualBox and Digital Ocean providers.
https://github.com/blimpllc/blimp-workers
Last synced: about 1 year ago
JSON representation
Blimp workers using Vagrant with VirtualBox and Digital Ocean providers.
- Host: GitHub
- URL: https://github.com/blimpllc/blimp-workers
- Owner: blimpllc
- License: other
- Created: 2014-03-06T21:16:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-18T15:14:16.000Z (over 11 years ago)
- Last Synced: 2025-04-05T07:33:25.564Z (about 1 year ago)
- Language: Shell
- Size: 254 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blimp Workers
Blimp workers using Vagrant with VirtualBox and Digital Ocean providers. This is an experimental setup not currently in our production environments.
## Plugins
This makes use of two Vagrant plugins which can be installed by doing:
```
vagrant plugin install vagrant-digitalocean
```
## Setup
You need to create a file named **.env** based off **sample.env** and fill the correct values. The Vagrantfile will make use of this file to setup the environment variables needed.
You also need to copy the following ignored files into your templates folder.
- templates/ssh/authorized_keys
- templates/ssh/known_hosts
- templates/blimp.env
- templates/heroku.netrc
## Local provision
```
vagrant up staging
vagrant ssh staging -- -l ubuntu
```
## Digital Ocean provision
```
vagrant up staging --provider=digital_ocean
vagrant ssh staging -- -l ubuntu
```