Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blimpio/blimp-workers
Blimp workers using Vagrant with VirtualBox and Digital Ocean providers.
https://github.com/blimpio/blimp-workers
Last synced: about 10 hours ago
JSON representation
Blimp workers using Vagrant with VirtualBox and Digital Ocean providers.
- Host: GitHub
- URL: https://github.com/blimpio/blimp-workers
- Owner: blimpio
- License: other
- Created: 2014-03-06T21:16:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-18T15:14:16.000Z (almost 10 years ago)
- Last Synced: 2024-03-26T11:50:24.260Z (7 months ago)
- Language: Shell
- Size: 254 KB
- Stars: 1
- Watchers: 3
- 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
```