Skip to content

suminb/translator

Repository files navigation

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