Skip to main content

A tool for deploying Django Web Apps to remote servers

Project description

Last Updated: June 1st, 2016

Supported on Mac OSX 10.11 (El Capitan)

A collection of commands for generating a new Django project (running Python 3) and deploying using Ansible to either a Vagrant or web host instance.

Dependencies

  • Vagrant

  • Python 2.7

Setup

$ pip install yak-yurt
$ sudo ansible-galaxy install nodesource.node
$ vagrant plugin install vagrant-vbguest

Notes on Project Structure

  • After running the initial steps inside an empty directory (“new_proj”) this is the structure:

new_proj
    |_ Vagrantfile
    |_ project_repo
        |_ manage.py
        |_ requirements.txt
        |_ config
        |   |_ settings
        |   |   |_ base.py
        |   |   |_ local.py
        |   |
        |   |_ urls.py
        |   |_ wsgi.py
        |
        |_ orchestration
            |_ env_vars
            |   |_ base.yml
            |   |_ vagrant.yml
            |
            |_ inventory
            |   |_ vagrant
            |
            |_ roles
            |   |_ {{ all the Ansible roles }}
            |
            |_ appservers.yml
            |_ dbservers.yml
            |_ site.yml
            |_ vagrant.yml

Usage

$ cd new_proj
$ yurt add_settings
$ (nano/vim/subl) fabric_settings.py
  • Creates some editable settings (that Yurt can use to build a new Django project)

$ cd new_proj
$ yurt new_project
  • Creates a Django project and a Vagrant VM instance

$ cd new_proj
$ yurt remote_server
  • Adds a remote server target to the Django project

$ cd new_proj/project_repo
$ yurt deploy
  • Deploys to a remote server target (must be inside the Django project git repo)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yak-yurt-0.1.dev40.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

yak_yurt-0.1.dev40-py2-none-any.whl (50.1 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page