Skip to content

zxwild/python_cookbook

Repository files navigation

python_cookbook Cookbook

AWS Python Environment (virtualenv, packages, etc)

Requirements

Cookbooks from Berkshelf:

packages

  • python - python_cookbook needs python from berkshelf

Attributes

TODO: List you cookbook attributes here.

e.g.

python_cookbook::default

Key Type Description Default
['python_cookbook']['bacon'] Boolean whether to include bacon true

Usage

python_cookbook::default

Custom JSON to configure (stack settings - Custom JSON):

{
    "deploy": {
        "fshare": {
            "user": "user_x",
            "group": "group_x",
            "deploy_to": "/var/www/fshare",
            "directory_mode": "0755",
            "venv_path": "var/.env",
            "requirements": "requirements.txt",
            "pip_packages": [
                "Django==1.6.5",
                "Pillow==2.4.0",
                "South==0.8.4"
            ],
            "scm": {
                "scm_type": "git",
                "repository": "https://github.com/zxwild/fshare.git",
                "revision": "master",
                "user": "",
                "password": ""
            },
            "django_database": {
                "engine": "sqlite3",
                "name": "unique_sqlite_name.sqlite3",
                "user": "",
                "password": "",
                "host": "",
                "port": ""
            }
        }
    }
}

Contributing

License and Authors

About

AWS OpsWorks Python Cookbook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages