python - Upload to Aws elastic beanstalk -
python - Upload to Aws elastic beanstalk -
i have question how upload aws elastic beanstalk
my file construction blelow:
i have virtualenv
folder. , create folder name project
. in project,there 2 folders. 1 djangoproject (a website) , other python files run scrapy project .
i seek upload before.it seems if utilize method deploying django application ,i have upload pure django project root folder,so aws can grab files.
please teach me how upload these aws eb, construction correct? or give tutorial websites can move on.
> virtualenv >bin >include >lib >doc >etc > project > requirements.txt > djangoproject > scrapy
i tested ec2 deployment, can't tell eb workflow, have upload django app, not entire virtualenv folder. improve utilize git, can host files on bitbucket witch offers free private repos , install git on eb instance , git. here link aws documentation.
python django amazon-web-services
Comments
Post a Comment