Skip to content

How to install Hopen

mhack edited this page Sep 14, 2010 · 3 revisions

To install Hopen follow these steps:

  1. Copy src Files to your server
  2. rename config/database_default.yml to config/database.yml
  3. complete the database.yml file with the required data
  4. if not already done create the required database
  5. migrate the database with rake db:migrate
  6. start your server
  7. start the install wizard by visiting http://www.yourwebsite.com/install (replace yourwebsite with your domain name)

The wizard will guide you through the installation process. There you can create an Administration User and other required data.