This is general CentOS manual, want to install on CentOS 7?


5) Installation
---------------
Be sure you are logged in as root.

1. Untar or unzip the distribution files to a secure directory:
# cd /usr/local/src
# tar xjvf easyscp-2.0.0.tar.bz2

2. Change to the newly created directory:
# cd ./easyscp-2.0.0

3. Install the required modules
A list of packages required by this software is located in
/docs/CentOS/centos-packages and can be used to easily install the packages
you need by running the following commands:
# yum install $(cat ./docs/CentOS/centos-packages)

NOTE: Running this command will install both x86_64 and i3/5/686 packages on
x86_64 installs for all packages that have both architectures in the
repository! To avoid, either add "exclude=*.i386 *.i586 *.i686" for your yum
repository configuration files, or install the packages listed in the file
one-by-one, making sure to specify the package name in the format
packagename.x86_64.

4. Start the basic setup:
# ./easyscp-setup.sh

Setup will now Build the Software and copy all the directories into your system.
After that, Setup will then secure your MySQL installation.
Change or create MySQL root password, remove anonymous users, disallow root login remotely, remove test database (and access to it), reload privilege tables.

If no error occour go to the web-frontend and install EasySCP step-by-step.

If you get no error, all went good; if you get one, look at http://www.easyscp.net to solve the problem.


-----
No guarantee provided that it will work