OpenDevelopmentMekong / odm-deployment

Repository containing ansible/vagrant scripts for reproducing ODM's development/testing environment.
http://opendevelopmentmekong.net
1 stars 0 forks source link

set locale in order for datapusher to work out of the box #53

Closed acorbi closed 8 years ago

acorbi commented 8 years ago

After runing the ansible scripts to create and setup the vagrant machine and starting it for the first time, ckan and tomcat instances are working properly but datapushed does not.

acorbi commented 8 years ago

@chris-aeviator I have found the origin of the issue and a fix. I will integrate it in this repo but in the meawhile you can run the following commands in your vagrant instance:

sudo locale-gen en_US.UTF-8
sudo dpkg-reconfigure locales

Then run datapusher within the python venv in order to see if it starts properly. reloading the vagrant machine might be necessary