= Blog A simple blog. == Configuration Edit the configuration files in conf/* as needed. Dont forget to set your name and the password in the lib/blog.rb file: Blog.username = 'your name' Blog.password = 'your password' By default this example uses the MySQL backend. If you want to use a different backend dont forget to change it for the DEBUG and LIVE configurations. == Run Exec the following command: ruby ctl then point your browser to: http://127.0.0.1:8069 (if you want to change the server address/port, edit the config.rb file) Click at 'Login as owner' enter the password. And start adding blog entries :) == Discussion The bulk of the code is in the file lib/blog.rb. If you want to modify the example it is a nice idea to switch to debug mode. Edit the following line in the file app.rb: $DBG = true In debug mode the view files (xhtml/xsl/etc) are automatically reloaded.