Install GetSimpleCMS in CentOS


=== From Wiki ===

GetSimple CMS is a free and open source website content management system that is intended to be simple, fast and easy to use.

It is based on PHP and released under the GNU General Public License. Instead of using a database to store information, GetSimple saves all data to structured XML-files and thus belongs to the group of flat-file web applications which can be run without a database.

Step 1: Download the latest stable release from below link.

http://get-simple.info/download/

Step 2: Apache settings

[root@server ~]# cp -rv GetSimpleCMS-3.3.5 /var/www/html/
[root@server ~]# cd /var/www/html/
[root@server ~]# mv GetSimpleCMS-3.3.5 simplecms
[root@server ~]# chown -R apache:apache simplecms
[root@server ~]# /etc/init.d/httpd reload

Step 3: Complete the installation

Open the web browser type , http://ipaddress/simplecms/admin or http://localhost/simplecms/admin.

Enter your website address, username , mail id and click Continue.

After successful installation, you will receive the temporary admin password and link to login to admin console.