It’s Open source content Management tool.
Package Requirement:
PHP:- 7.0 or above
apache:- 2.0 or above
Step1. Install Repository
rpm -ivh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
Step2. Install PHP
yum -y install php71w php71w-gd php71w-mbstring php71w-mysql php71w-xml php71w-common php71w-tidy php71w-imagick php71w-pgsql php71w-mysqli php71w-intl httpd* elinks -y
Step3. Add lines in php.ini file
vi /etc/php.ini max_execution_time = 30 max_input_time = 60 memory_limit = 256M upload_max_filesize = 100M date.timezone = Asia/Kolkata
Step4. Set permission
chmod -R 777 /var/lib/php/session
Step5. Add line in httpd.conf file
Allowoverride ALL
Step6. Download silverstripe
cd /var/www/html/ wget https://silverstripe-ssorg-releases.s3.amazonaws.com/sssites-ssorg-prod/assets/releases/SilverStripe-cms-v4.3.3.tar.gz
Step7. Untar file
tar -xvzf SilverStripe-cms-v4.3.3.tar.gz cd /var/www/html
Step8. Setup permission
chown -R apache:apache * chown -R apache:apache .*
Step9. Restart service
systemctl restart httpd
Step10. Access via browser
http://localhost/install.php or http://ip/install.php
For Live Installation you may refer below youtube link:-