The way to Set up BigTree in cPanel/WHM Server?
The BigTree is an open supply Content material Administration System in-built PHP and it makes use of MySQL for the database. BigTree is a light-weight core able to a number of websites and it gives a pleasant net interface. On this tutorial, I’ll present the way to set up BigTree CMS manually on the cPanel server.
System necessities are:
PHP 5.Three or excessive
gd extension
mysql or mysqli extension
MySQL 5 or MariaDB
Really useful Net server is Apache with mod_rewrite.
If you need to put in this to your major area, you’ll be able to set up this to the public_html listing which is doc root of the primary area. For those who set up this to a brand new area, first you should create a brand new addon area in cPanel. Please observe the below-given steps.
1) Login to cPanel>> Domains>> Addon Domains.
2) From there you’ll be able to add new area which you need to set up BigTree CMS.
3) Then you should create Database and database person for this area.
Login to cPanel >> Databases>> MySQL Databases
4) From there you’ll be able to create a brand new database and database person.
5) Add privileges database person to that database.
Then you should connect with the server by way of SSH.
Go to your doc root of the area. In my case doc root is /house/person/public_html/bigtree
cd /house/person/public_html/bigtree
Obtain newest BigTree core recordsdata from https://www.bigtreecms.org/obtain/core/
wget https://www.bigtreecms.org/recordsdata/installers/bigtree-4.1.18.zip
Extract downloaded file
unzip bigtree-4.1.18.zip
Transfer all core recordsdata to doc root.
mv BigTree-CMS/* .
Change possession to your person of the cPanel account. In my case my cPanel username is person
chown -R person:person *
Then name your area identify within the net browser and you’re going to get set up web page. From there you’ll be able to configure database particulars and website administrator.
Enter your database particulars which you’ve beforehand created.
Enter your e-mail deal with and provides new password to configure administrator account.
Then choose “Set up Instance website” and click on “Set up Now”.
For those who want any additional help please contact our assist division.