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
Install EB CLI. For more details, refer the official documentation.
pip install awsebcli
(TODO: Write some description how I set up things)
eb deploy
Running the following command will generate .mo
files based on .po
files.
./localization.sh
- Translation service: http://translate.google.com
- App icon: http://icon-generator.net
- Loading icon: http://www.ajaxload.info