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.
|
Make sure that you have write permission (777) to `app/tmp` and `app/webroot` folders
|