Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. packages:
  2. yum:
  3. postgresql-devel: []
  4.  
  5. container_commands:
  6. 00collectstatic:
  7. command: "python manage.py collectstatic --noinput"
  8. 01syncdb:
  9. command: "python manage.py syncdb --noinput"
  10. 02migrateauth:
  11. command: "python manage.py migrate authentication --noinput"
  12. 03migratearticles:
  13. command: "python manage.py migrate articles --noinput"
  14. 04migrateall:
  15. command: "python manage.py migrate --noinput"
  16.  
  17. option_settings:
  18. - namespace: aws:elasticbeanstalk:container:python
  19. option_name: WSGIPath
  20. value: iris/wsgi.py
  21. - namespace: aws:elasticbeanstalk:container:python:staticfiles
  22. option_name: /static/
  23. value: static/
  24. - option_name: DJANGO_SETTINGS_MODULE
  25. value: iris.settings.production
  26. - option_name: AWS_STORAGE_BUCKET_NAME
  27. value: irisoccipital
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement