Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thatandromeda committed Dec 29, 2017
1 parent 0e83ad0 commit f3aa902
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .ebextensions/01_packages.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Installing a file with wget feels a little YOLO, but this config requires a
# particular version of mod_wsgi to work, and that version isn't available via
# yum yet. See
# https://serverfault.com/questions/884469/mod-wsgi-call-to-site-addsitedir-failed-on-aws-elastic-beanstalk-python-3 .
packages:
yum:
git: []
python36-virtualenv: []
gcc: []
gcc-c++: []
postgresql96-devel: []
postgresql96-devel: []
httpd24-devel: []
files:
"/tmp/update-wsgi.sh" :
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
deploy:
provider: elasticbeanstalk
access_key_id: AKIAJQXIO6JJ6FWT7HFQ
secret_access_key:
secret_access_key: # This is encrypted, so it's OK to have it here.
secure: JFotdLDjfTiRFlhmc1eWIT35kbocYizPgVu96bGZX1gvRudRY6x7SLsha2RPqv80ImkhWkfxhdxnCtvTUoprghk6YhA8Z28pz8BmdiZDT3i/AfGvtETSK5h7Z3Vm6wY3M37cz740+eL9rThlcElTGtz0KNtvnQglPiQJIJqaeTpMFVpV6DDYqiQd+sHo09Lyr709HsNTLq6m+AmlIrnG0keywZjQvwzg+9c73UJ1Z1iEgY0h6fAzHA4C83q1f/NUP1UBk0PFzjHNp0fcDv+Jyjl9BMx5bmz/ug7c6mlpRbTjKrS8ncvlQnR+wXSy1naFYhWJEAxRVmLqviY1PST1URFFOJoTR8bHPOWCV4jib7MFHDb0HW9U1n+6hYYRrJgvAdu9wSeShoRXBNGlX1PiL/xWbZOJFyWw6rLCCUimKci3gCfnGP/VVTlatnOm8P8J8lg6Oy4MypHfJzzhStdspj4BKfv1hQWKQbF1DRseInDjeiE29/wZ/osV7B37ArgBN2o2ikCB4kZnSlvex6zSSHZborgpSRLz36XUqhOaUcd0XbgFu5YVdyTzRjgUV0zFZKtFUqPv49kb9HboSv1D6gQV1gXtWyR8M+GL0B9mZ08om7nj0SMkbZSTNAa+PqyXwmbsYobSQa1llstCe3zuh5V5Sh4luz4uRfeAeqz2nAs=
region: us-east-1
bucket_name: elasticbeanstalk-us-east-1-672626379771
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ We tried to deploy on Heroku but the model file needs ~2GB of memory and that ge

https://mitlibraries-hamlet.mit.edu/

Environmnet Varibles defined in AWS for security reasons:
Environment Varibles defined in AWS for security reasons:
-All Database variables (these are standard and can put directly in your code)
-SECRET_KEY - will be created by TS3 or provided by developer securely

Expand Down

0 comments on commit f3aa902

Please sign in to comment.