Deploying a Django app on AWS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 1: | Line 1: | ||
[[Category:AWS]] [[Category:Django]] [[Category:Python]] [[Category:Web Development]] | [[Category:AWS]] [[Category:Django]] [[Category:Python]] [[Category:Web Development]] | ||
== Overview == | |||
''All of these steps are performed '''locally'''.'' | |||
== Prerequisites == | == Prerequisites == | ||
Revision as of 21:57, 9 February 2016
Overview
All of these steps are performed locally.
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)