Warning: Use of undefined constant SUB_FOLDER - assumed 'SUB_FOLDER' (this will throw an Error in a future version of PHP) in /home3/iberix9b/public_html/iberisscrum/app/Config/install.php on line 274
Orangescrum Setup Wizard

4 simple steps to get started with Orangescrum

Step1: Create a new MySQL database named "orangescrum"(`utf8_unicode_ci` collation)

Step2: Update your database password in DATABASE_CONFIG section of `app/Config/database.php` page

Step3: Get the database.sql file from the root directory and import that to your database

Step4: Provide the following details of SMTP configuration options in `app/Config/constants.php`
  • SMTP_UNAME
  • SMTP_PWORD
  • FROM_EMAIL_NOTIFY
  • SUPPORT_EMAIL

Note: At any point you can change your database credentials in `app/Config/database.php` page.

For more information please visit Installation Guide.

Make sure that you have write permission (777) to `app/tmp` and `app/webroot` folders