RyanBalfanz / dokku-vagrant-example

How to run dokku on Vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dokku-vagrant-example

How to run dokku on Vagrant

These are just my notes on how to run dokku on Vagrant.

Installing

First, install Vagrant. Then, add entries to the Host Database in /etc/hosts, such as:

10.0.0.2	dokku.me
10.0.0.2	dokku-vagrant-example.dokku.me

Go!

git clone https://github.com/RyanBalfanz/dokku-vagrant-example.git
cd dokku-vagrant-example
./bootstrap.sh
# bootstrap.sh doesn't yet clone this repo
# wget -qO- https://raw.github.com/RyanBalfanz/dokku-vagrant-example/raw/master/bootstrap.sh | bash

Now what? Try these:

make deploy
make test # Check if the application is running correctly
make logs # Show the last logs of the application

About

How to run dokku on Vagrant


Languages

Language:Python 60.2%Language:Shell 39.8%