Vagrant and chef cookbook for deploying django apps with nginx, gunicorn, memcache, celery ...
- Download and install Git shell
- Download and install Vagrant
- Download and install Virtualbox
- Download and install Ruby
- Download Ruby Dev Kit
- Extract Ruby Dev Kit somewhere for permanent use
- Position to extracted folder
- Run cmd: ruby dk.rb init
- Run cmd: ruby dk.rb install
- Run Git Bash with admin privileges
- Run cmd: gem install chef --no-ri --no-rdoc
- Run cmd: gem install librarian
- Run cmd: gem install librarian-chef
- Run cmd: vagrant plugin install vagrant-omnibus
- Run cmd: vagrant plugin install vagrant-librarian-chef
- Run cmd: vagrant plugin install vagrant-vbguest
- Choose path on disk for django_deploy repo from git
- Run cmd: git clone https://github.com/devArena/django_deploy.git
- Run cmd: cd django_deploy
- Run cmd: librarian-chef install
- Modify vagrantfile
- Run cmd: vagrant up