Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 674 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 674 Bytes

sushi-chef-engageny

Chef script for common core material from engageny.org

Dependencies:

Install

apt-get install python3.4-gdbm
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

You will also need to obtain the google cloud translation API credentials json file, and save it under credentials/engageny-support-1e2669e50f3f.json.

Run

export GOOGLE_APPLICATION_CREDENTIALS=credentials/engageny-support-1e2669e50f3f.json
source venv/bin/activate
./engageny_chef.py -v --reset --token=<YOURTOKEN> lang=<LANG_CODE>