Cleanup for AWS EB hosting

This commit is contained in:
Alex Hunt 2018-11-25 16:01:47 -08:00
parent 5de6b905ab
commit 2c2b1a999c
4 changed files with 36 additions and 24 deletions

12
.ebignore Normal file
View File

@ -0,0 +1,12 @@
/static
!/static/style.css
/icon
/node_modules
.pytest_cache/
*.pyc
*.sublime-project
*.sublime-workspace
.DS_Store
.Python
npm-debug.log
/virt

10
.gitignore vendored
View File

@ -1,17 +1,17 @@
config.py
/static
!/static/style.css
/lib
/bin
/include
/icon
/node_modules
.pytest_cache/
*.pyc
pip-selfcheck.json
*.sublime-project
*.sublime-workspace
.DS_Store
.Python
npm-debug.log
venv/
virt/
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml

View File

@ -1,9 +1,22 @@
click==6.7
elasticsearch==6.2.0
boto3==1.9.50
botocore==1.12.50
certifi==2018.10.15
chardet==3.0.4
Click==7.0
docutils==0.14
elasticsearch==6.3.1
Flask==1.0.2
Flask-Webpack==0.1.0
itsdangerous==0.24
futures==3.2.0
idna==2.7
itsdangerous==1.1.0
Jinja2==2.10
MarkupSafe==1.0
urllib3==1.22
jmespath==0.9.3
MarkupSafe==1.1.0
python-dateutil==2.7.5
requests==2.20.1
requests-aws4auth==0.9
s3transfer==0.1.13
six==1.11.0
urllib3==1.24.1
Werkzeug==0.14.1

View File

@ -6,8 +6,6 @@
- Add Audio Support
- Add Tagging
- Deploy Process
- Login System
@ -16,15 +14,4 @@
- Add The Logo / Contributors
- CSS Work
------------------------------
- Version Tracking
- Commenting
- Offline Mode
- Reader Settings
- CSS Work