valnet / valuenetwork

Resource Planning and Value Accounting for Value Networks
http://mikorizal.org
GNU Affero General Public License v3.0
99 stars 25 forks source link

Follow installation doc to build docker image #372

Closed thierrymarianne closed 9 years ago

thierrymarianne commented 9 years ago

Hello @bhaugen I've translated the installation doc into a Dockerfile. I managed to run the application running though some static assets are missing when loading the homepage.

Do you know why these assets (not found HTTP code status of the last line) won't load?

[16/May/2015 17:47:01] "GET / HTTP/1.1" 200 13797
[16/May/2015 17:47:01] "GET /site_media/static/css/buttons.css HTTP/1.1" 200 4485
[16/May/2015 17:47:01] "GET /site_media/static/bootstrap/css/bootstrap-responsive.css HTTP/1.1" 200 14447
[16/May/2015 17:47:01] "GET /site_media/static/pinax/css/theme.css HTTP/1.1" 200 225
[16/May/2015 17:47:01] "GET /site_media/static/bootstrap/css/bootstrap.css HTTP/1.1" 200 99896
[16/May/2015 17:47:01] "GET /site_media/static/pinax/js/theme.js HTTP/1.1" 200 1896
[16/May/2015 17:47:01] "GET /site_media/static/js/jquery.maphilight.min.js HTTP/1.1" 200 6299
[16/May/2015 17:47:01] "GET /site_media/static/bootstrap/js/bootstrap.js HTTP/1.1" 200 22337
[16/May/2015 17:47:01] "GET /site_media/static/pinax/js/jquery.js HTTP/1.1" 200 94840
[16/May/2015 17:47:01] "GET /static/img/navmap.png HTTP/1.1" 404 2807

valuenetwork-homepage