-
Notifications
You must be signed in to change notification settings - Fork 3
How to install Hopen
mhack edited this page Sep 14, 2010
·
3 revisions
To install Hopen follow these steps:
- Copy src Files to your server
- rename
config/database_default.yml
toconfig/database.yml
- complete the
database.yml
file with the required data - if not already done create the required database
- migrate the database with
rake db:migrate
- start your server
- 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.