{% extends "_layout.html" %} {% block title %}Howto Blojsom{% endblock %} {% block content %}

Instructions for installing blojsom in the default eepsite container:

  1. download blojsom.war and save to eepsite/webapps/
  2. extract the war:
  3. edit the base config: WEB-INF/default/blog.properties
    blog-base-url=/blojsom/
    blog-url=/blojsom/blog/default/
  4. password protect the admin page: edit WEB-INF/default/authorization.properties
    jrandom=someSecretValue
  5. edit WEB-INF/classes/log4j.properties
    replace log4j.rootLogger=DEBUG, stdout with log4j.rootLogger=ERROR, stdout
  6. restart the router
  7. go to http://localhost:7658/blojsom/blog/?flavor=admin (use the username and password specified before)
  8. click on "Weblog settings" and update accordingly. be sure to set trackbacks enabled? = false
  9. click on "Entries" and make a post
  10. open up a new window pointing to http://localhost:7658/blojsom/blog/ and see your blog entry
  11. set your browser to use the eepproxy
  12. go to http://localhost:7657/i2ptunnel/ and click on the "view" link for your eepsite (it loads the html from ./eepsite/docroot/index.html)
  13. edit the URL to point at /blojsom/blog/ and you'll see your blog. (perhaps update that eepsite/docroot/index.html to redirect to your blog?)

Notes:

{% endblock %}