Skip to content

ryankanno/django-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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)

About

A Vagrant instance to help you get started with the Django framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages