Skip to content

RyanBalfanz/dokku-vagrant-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published