Skip to main content

TODO Add description

Project description

Requirements Status

Installation

pip install --upgrade django_fab_deployer

Usage

# Generate example deployment configuration:
djdeploy write_example_config

Command above will generate example.json file in current directory. Example of deployment configuration:

{
  "dev": {
    "celery_enabled": true,
    "deploy_path": "/var/www/dev_my_project",
    "hosts": "8.8.8.8",
    "key_filename": "~/.ssh/id_rsa.PUB",
    "project_name": "dev_my_project",
    "user": "dev_my_project",
    "venv_path": "data/.venv/bin/activate",
    "warn_on_deploy": false
  },
  "production": {
    "celery_enabled": true,
    "deploy_path": "/var/www/prod_my_project",
    "hosts": "8.8.8.8",
    "key_filename": "~/.ssh/id_rsa.PUB",
    "project_name": "prod_my_project",
    "user": "prod_my_project",
    "venv_path": "data/.venv/bin/activate",
    "warn_on_deploy": true
  }
}

Save this file as deploy.json and run:

djdeploy dev deploy
# Or
djdeploy production deploy

Project details


Download files

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

Source Distribution

django_fab_deployer-0.0.5.zip (9.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_fab_deployer-0.0.5-py2.py3-none-any.whl (6.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django_fab_deployer-0.0.5.zip.

File metadata

File hashes

Hashes for django_fab_deployer-0.0.5.zip
Algorithm Hash digest
SHA256 28cfcedb215f8ca568eea4ce0a4e54ffa26aa56142d3dd41f2d024e14218cd24
MD5 cebda5c2cce8cb0161bed128621de0bc
BLAKE2b-256 0221c73201ae211cf9dd29aa3f0394ee7b7e5202a7496ba729c7814ef5352c76

See more details on using hashes here.

File details

Details for the file django_fab_deployer-0.0.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_fab_deployer-0.0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f2dccbbff7ea0da9968f3c2f1738bed3b864788529e7250a68cad75760eddae1
MD5 65e014f2b25fdd1363dd55709e95d1b0
BLAKE2b-256 6280903303824ee0ec4a3f1f41dbbb9185885b886b239067b8d081175a220693

See more details on using hashes here.

Supported by

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