Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryankanno/django-vagrant
A Vagrant instance to help you get started with the Django framework.
https://github.com/ryankanno/django-vagrant
Last synced: 11 days ago
JSON representation
A Vagrant instance to help you get started with the Django framework.
- Host: GitHub
- URL: https://github.com/ryankanno/django-vagrant
- Owner: ryankanno
- License: mit
- Created: 2012-06-24T11:58:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-01T03:18:02.000Z (almost 10 years ago)
- Last Synced: 2024-08-02T14:10:53.619Z (4 months ago)
- Language: Puppet
- Homepage:
- Size: 164 KB
- Stars: 24
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Django-Vagrant
This is a Vagrant Ubuntu instance to help you get started with the
[Django](https://www.djangoproject.com/) framework. It's been configured to
work in conjunction with the [fabfile](https://github.com/ryankanno/django-skeleton/blob/master/fabfile.py)
from [django-skeleton](http://github.com/ryankanno/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](http://puppetlabs.com) 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)