Deploying a Django app on AWS: Difference between revisions
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
== Prerequisites == | == Prerequisites == | ||
See [[Django App Prerequisites for AWS Elastic Beanstalk]] | * See [[Amazon_Web_Services_Website_Hosting_Fundamentals#AWS_services|AWS Services]] | ||
* See [[Django App Prerequisites for AWS Elastic Beanstalk]] | |||
== Deploying a Django app == | == Deploying a Django app == | ||
Revision as of 17:28, 9 February 2016
Prerequisites
Deploying a Django app
Installing and updating project files
ssh to the AWS server.
Invoke the virtual Python 3.x environment.
Use Git to pull from the project repository.
Installing Django app dependencies
See Defining Django App Dependencies
Notes
See also
- Deploying a Django Application - AWS Elastic Beanstalk documentation
- Deploying a Django app to AWS Elastic Beanstalk - Real Python (Jan. 22, 2015)