Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages