• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How To Install GpEasy CMS On Linux Mint 20.2

  • 00:42 lsb_release -a
  • 01:00 cd /var/www
  • 01:12 mkdir gp
  • 01:19 cd gp
  • 01:34 wget https://sourceforge.net/projects/gpeasy/files/latest/download
  • 01:54 unzip download
  • 02:19 mv gpEasy/ gpeasy
  • 02:28 cd gpeasy/
  • 02:48 chown -R www-data. ./
  • 03:00 chmod -R 775 ./
  • 03:39 nano /etc/apache2/sites-available/gpeasy.conf
  • 04:26 a2dissite 000-default.conf
  • 04:43 a2ensite gpeasy.conf
  • 04:59 a2enmod rewrite
  • 05:18 systemctl restart apache2
{{postValue.id}}

To Install GpEasy Cms On Linux Mint 20.2

Introduction :

GpEasy is a complete content management system (CMS) that allows you to create rich, flexible websites with an intuitive interface. If you are looking for the fastest, most secure and reliable GpEasy CMS hosting, look no further than arvixe.

Step 1 : Check the OS version by using the below command
root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Linuxmint
Description:	Linux Mint 20.2
Release:	20.2
Codename:	uma

Step 2 : To Get into the Apache2 root directory by using the below command

root@linuxhelp:~# cd /var/www

Step 3 : Create the directory in the name of gp by using the below command

root@linuxhelp:/var/www# mkdir gp

Step 4 : To get into the gp directory use the below command

root@linuxhelp:/var/www# cd gp

Step 5 : Download GpEasy package file on gp directory by using the wget command

root@linuxhelp:/var/www/gp# wget https://sourceforge.net/projects/gpeasy/files/latest/download
--2021-12-31 05:31:51--  https://sourceforge.net/projects/gpeasy/files/latest/download
Resolving sourceforge.net (sourceforge.net)... 204.68.111.105
Connecting to sourceforge.net (sourceforge.net)|204.68.111.105|:443... connected.
HTTP request sent, awaiting response... 302 Found
--2021-12-31 05:31:53--  https://master.dl.sourceforge.net/project/gpeasy/gpeasy/4.4/gpEasy_4.4.zip?viasf=1
Resolving master.dl.sourceforge.net (master.dl.sourceforge.net)... 216.105.38.12
Connecting to master.dl.sourceforge.net (master.dl.sourceforge.net)|216.105.38.12|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2838827 (2.7M) [application/octet-stream]
Saving to: ‘download’

download                          100%[============================================================>]   2.71M   655KB/s    in 4.2s    

2021-12-31 05:31:58 (655 KB/s) - ‘download’ saved [2838827/2838827]

Step 6 : Extract the Downloaded File by using the below command

root@linuxhelp:/var/www/gp# unzip download 
Archive:  download
   creating: gpEasy/
 extracting: gpEasy/robots.txt       
  inflating: gpEasy/Addon.ini        
  inflating: gpEasy/README.md        
  inflating: gpEasy/.htaccess        
  inflating: gpEasy/gpconfig.php     
  inflating: gpEasy/addons/Multi Site/Install.php  
  inflating: gpEasy/addons/Multi Site/multi_site.css  

Step 7 : Rename the gpEasy directory by using the below command

root@linuxhelp:/var/www/gp# mv gpEasy/ gpeasy

Step 8 : To Get into the gpeasy directory by using the below command

root@linuxhelp:/var/www/gp# cd gpeasy/

Step 9 : To Change the ownership to the gpeasy directory by using the below command

root@linuxhelp:/var/www/gp/gpeasy# chown -R www-data. ./

Step 10 : To give the access permissions to the directory by using the below command

root@linuxhelp:/var/www/gp/gpeasy# chmod -R 775 ./

Step 11 : Edit the gpeasy.conf by using nano edit command

root@linuxhelp:/var/www/gp/gpeasy# nano /etc/apache2/sites-available/gpeasy.conf
<virtualhost *:80>
servername www.linuxhelp1.com
documentroot /var/www/gp/gpeasy/
<directory /var/www/gp/gpeasy/>
allowoverride all
allow from all
</directory>
</virtualhost>

Step 12 : Disable the 000-default.conf site by using the below command.

root@linuxhelp:/var/www/gp/gpeasy# a2dissite 000-default.conf
Site 000-default disabled.
To activate the new configuration, you need to run:
  systemctl reload apache2

Step 13 : Enable the gpeasy.conf site by using the following command

root@linuxhelp:/var/www/gp/gpeasy# a2ensite gpeasy.conf
Enabling site gpeasy.
To activate the new configuration, you need to run:
  systemctl reload apache2

Step 14 : Enable the module rewrite by using the below command

root@linuxhelp:/var/www/gp/gpeasy# a2enmod rewrite
Enabling module rewrite.
To activate the new configuration, you need to run:
  systemctl restart apache2

Step 15 : Restart the Apache2 web service by running the below command

root@linuxhelp:/var/www/gp/gpeasy# systemctl restart apache2

step 16 : Need to give the Admin login Configurations as given in below picture Snap1 Step 17 : Installation was Successfully completed as shown in the below picture Snap 2 Step 18 : This is the Welcome page to login gpeasy CMS as shown in the below picture Snap 3 Step 19 : This is the admin login Page as shown in the below picture Snap 4 Step 20 : This is the home page of GpEasy CMS as shown in the below picture Snap 5

With this Process, the installation of GpEasy CMS On Linux Mint 20.2 has come to an end…!!!

Tags:
michael
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

What are the features of GpEasy?

A

The features of GpEasy are Lightweight, database free, CMS True WYSIWYG Editing, Drag and Drop Page Manager, Built-in Image Gallery.

Q

Is any Database needed for GpEasy CMS?

A

No database is needed for GpEasy CMS

Q

How can we download the gpEasy CMS?

A

To download the GpEasy use the following link https://sourceforge.net/projects/gpeasy/files/latest/download.

Q

What are the required PHP modules to install GpEAsy CMS?

A

The required php modules to install gpEAsy CMS is php php-gd php-pdo php-mbstring php-mcrypt php-simplexml.

Q

From what source is Gpeasy written?

A

GpEasy is written in PHP for about 76%

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Gibbson ?
How do i run both nginx and apache in same instance on centos

Hi...,

my server is based centos operating system and my webserver is already running on Apache.... i need to run both apache and nginx on same instance ... please help me to implement this concept...

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.