Skip to content

alefteris/vagrant-puppet-django-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-puppet-django-dev

Use Vagrant to create a virtual machine to help you get started with Django development. Using Puppet for provisioning. I tried to keep provisioning scripts simple and readable.

The final result is an Ubuntu 12.04 LTS virtual machine with the following installed:

How to use

You will need to have the latest Vagrant installed and a provider compatible with Vagrant, such as VirtualBox. Then switch to a place where you want to keep your Vagrant vm and run the following:

git clone https://github.com/alefteris/vagrant-puppet-django-dev.git django-vm
cd django-vm
git submodule init
git submodule update --remote
vagrant up
vagrant ssh (or use PuTTY)

License

Unless otherwise stated: MIT License. Copyright © Thanos Lefteris

About

Vagrant + Puppet configuration to get started with Django development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published