OpenDevelopmentMekong / odm-deployment

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

Create main.debug.css on provisioning #63

Open acorbi opened 8 years ago

acorbi commented 8 years ago

Current issue happens currently: http://stackoverflow.com/questions/13480800/ckan-development-install-issue-attributeerror-module-object-has-no-attribute

To fix it, the main.css file needs to be copied to main.debug.css by running:

cp /home/vagrant/.virtualenvs/ckan/lib/python2.7/site-packages/ckan/public/base/css/main.css /home/vagrant/.virtualenvs/ckan/lib/python2.7/site-packages/ckan/public/base/css/main.debug.css