Information
An in-place editor for your entire website
Roxanne is a simple Site-Management Tool to quickly manage your content.
See first steps to get the idea behind Roxanne.
Roxanne is made with Ruby on Rails, therefore you need its version 2.0.x.
New Installation
- download the latest build and unpack it
- configure your database connections in conf/database.yml
- for an empty installation: rake roxanne:init, this will create a "home" page and a user "demo" with password "demo"
- if you want to have some demo data to play with: download the demo
import the db-dump from /db and copy the folders from /public to your roxanne installation
- start roxanne "ruby script/server"
Update
- download the latest build and unpack it
- save your "public" folder and your configuration (or anything customized)
- replace your application with the new version of roxanne and restore your files
- run rake roxanne:update
- start roxanne "ruby script/server"
|