You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Orangescrum Community Support
In order to install New UI, you need to first purchase the add-on. You can purchase the add-on at here. Once you have purchased the add-on here. Here is how you can install it-
Step-1
Apache with 'mod_rewrite'
Enable curl in php.ini
Change the 'post_max_size' and 'upload_max_filesize' to 200Mb in php.ini
PHP 5.6 or higher and less than PHP 7
MySQL 5.6
If STRICT mode is On, turn it Off.
Step 2
Installation Steps
Add-on Installer Installation:-
Make sure to keep a backup of your existing "app" folder of your current working directory.
Extract the zip file(AddonInstaller-V1.6.zip) to your desktop.
Remove the existing "app" folder from your working directory then copy and paste the extracted "app" folder inside "AddonInstaller-V1.0" to your working directory.
If you are using local machine as storage (excluding Amazon S3), please replace the folder, named "files" inside the "app/webroot" folder from the back up to the current "app/webroot" folder.
Give write permission to "app/Config", "app/tmp", "app/Plugin" and "app/webroot" folders.
Import the "installer.sql" files from the extracted files to your current database. If you have already imported installer.sql before then no need to import it again. Only exception is if you are finding any new version of installer.sql then import to your current database.
Do necessary changes to "constants.php" and "database.php" inside "app/Config" folder again as you have done earlier. For Example SMTP email credentials in constants.php and database credentials in database.php. Read more