Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.24 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.24 KB

Build Status

Better Translator build status Coverage Status

Deploy Static Frontend

Freeze the Flask app first:

python freeze.py

Then upload to S3:

aws s3 sync translator/build/ s3://better-translator.com/ \
    --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers

Deploy on AWS Elastic Beanstalk

Install EB CLI. For more details, refer the official documentation.

pip install awsebcli

(TODO: Write some description how I set up things)

eb deploy

Text Localization

Running the following command will generate .mo files based on .po files.

./localization.sh

Credits

Sponsors