|
|
| • Home • Demo • Contact • Forum • Screenshots • Press reviews • Documentation • Download • | |
Installation of Solunas 2.xUncompress the source files:
tar -xzvf solunas-2.x.tar.gz
Edit the database file to fit your needs
vi config/database.yml
Import the database
mysql --user =user --pass=password --host=localhost your_solunas_database < db/solunas.sql
Run the Webrick server (this is the easy way for windows users)
ruby script/server
Point your browser to the Solunas installation
Login as Admin with
Username: marc Password: isemann
Change Admin data and create users
Youe done - have fun and spread the word! |
|