Edit config/database.yml for your database. If you have SQLite
installed
you can keep the default values for testing purposes.
Setup the database tables:
RAILS_ENV=production rake migrate
Copy config/default_site.rb to config/site.rb and edit it.
Start the built-in webserver:
RAILS_ENV=production script/server
or set up FastCGI as described in the Rails documentation: Peak Obsession
Go to http://your-host:3000/user/register, register yourself as a new
user
and give the new user administrator privileges:
RAILS_ENV=production script/make_admin username
Look up your password in the registration mail and log in to create
forums.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.