OpenDevelopmentMekong / odm-deployment

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

Current issues on provisioned CKAN #57

Closed acorbi closed 8 years ago

acorbi commented 8 years ago

With current odm-deployment implementation there are still 2 issues that can be temporarily fixed with following instructions:

Datapusher not starting

if datapusher does not seem to start (FAILING FATAL), the do:

sudo locale-gen en_US.UTF-8
export LC_ALL=en_US.UTF-8
sudo dpkg-reconfigure locales

Problems login in with sysadmin account

if you get an internal server error while login with the sysadmin account

pip install sqlalchemy=0.8.5 --upgrade
acorbi commented 8 years ago

Issues are still present, reopening