معرفی شرکت ها


easy-aws-1.0.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Deploying django-projects to Amazon AWS
ویژگی مقدار
سیستم عامل -
نام فایل easy-aws-1.0.6
نام easy-aws
نسخه کتابخانه 1.0.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده UNKNOWN
ایمیل نویسنده UNKNOWN
آدرس صفحه اصلی https://bitbucket.org/dlis/easy-aws
آدرس اینترنتی https://pypi.org/project/easy-aws/
مجوز MIT
======== easy-aws ======== Tool for easy deploying django-projects to Amazon AWS. Just two commands: *easy-aws push* and *easy-aws deploy* Quick start =========== Stage 1. Installing ------------------- 1. Ensure that have installed *python3-dev* 2. Install *easy-aws*:: pip install easy-aws Stage 2. Preparing ------------------ 1. Configure boto (enter AWS credentials and select region):: easy-aws configure 2. (optional) To specify python module dependencies add file *requirements.txt* to django project directory. Example of *requirements.txt*:: Django mock 3. (optional) To specify system dependencies add file *system-requirements.txt* to django project directory. Specified packages will be install via *apt-get install*. Example of *system-requirements.txt*:: python3-dev libpq-dev Stage 3. Deploying process -------------------------- All commands should be run in django project directory. 1. Create and setup temporary instance, upload your django project on instance, create image and remove instance:: easy-aws push 2. Create load balancer, create launch configuration based on the created image and create auto scaling group (auto scaling up to 3 instances when CPU-load > 70):: easy-aws deploy Stage 4. Undeploying process ---------------------------- 1. To remove auto scaling group and launch configuration execute:: easy-aws undeploy 2. (optional) To full clean AWS cloud, i.e remove all auto scaling groups, launch configurations, load balancers, images, instances, key pairs and security groups execute:: easy-aws clean Other ----- - Show debug messages, eg:: easy-aws -d <command> - Print help, eg:: easy-aws -h easy-aws <command> -h - Create VPN-server:: easy-aws vpn create - Terminate VPN-server:: easy-aws vpn terminate


نحوه نصب


نصب پکیج whl easy-aws-1.0.6:

    pip install easy-aws-1.0.6.whl


نصب پکیج tar.gz easy-aws-1.0.6:

    pip install easy-aws-1.0.6.tar.gz