All Projects → ryankanno → django-vagrant

ryankanno / django-vagrant

Licence: MIT License
A Vagrant instance to help you get started with the Django framework.

Programming Languages

Puppet
460 projects

#Django-Vagrant

This is a Vagrant Ubuntu instance to help you get started with the Django framework. It's been configured to work in conjunction with the fabfile from django-skeleton. By cloning this repository, you'll quickly have a playground environment to play around with the Django framework.

##Features

Ubuntu 12.04 LTS

Puppet provisioned:

  • nginx
  • uwsgi
  • mysql
  • git
  • hg
  • virtualenv

##Install

  • git clone http://github.com/ryankanno/django-vagrant
  • git submodule update --init
  • vagrant up
  • vagrant provision (to reset password using libshadow)

To actually dig into the weeds of the box, run the following:

  • vagrant ssh

##Details

  • creates a user (django/django)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].