Flipkart

Wednesday, June 20, 2018

Sentrifugo Installation using XAMPP on CentOS/RHEL/OEL 7/6/5

System Requirements for Sentrifugo Installation

clip_image001

XAMPP is an easy to install Apache distribution containing MariaDB, PHP, and Perl. Just download and start the installer.
Check and download the required version.

 

 https://www.apachefriends.org/download.html#641

clip_image002

Xampp Download URL :-

https://downloadsapachefriends.global.ssl.fastly.net/xampp-files/7.2.1/xampp-linux-x64-7.2.1-0-installer.run?from_af=true

# cd /opt
# chmod 777 xampp-linux-x64-7.2.1-0-installer.run
[root@localhost~]# cd /opt
[root@localhost opt]# ls
rh Sentrifugo-Linux.zip xampp-linux-x64-7.2.1-0-installer.run
[root@localhost opt]# chmod 777 xampp-linux-x64-7.2.1-0-installer.run
[root@localhost opt]# chmod 777 Sentrifugo-v3.2.zip
[root@localhost opt]# wget https://excellmedia.dl.sourceforge.net/project/sentrifugo/Sentrifugo-v3.2.zip
[root@tec2more opt]# chmod 777 Sentrifugo-v3.2.zip
[root@localhost opt]# unzip Sentrifugo-v3.2
[root@localhost opt]# unzip Sentrifugo-Linux.zip
Archive: Sentrifugo-Linux.zip
creating: Sentrifugo_3.2/
inflating: Sentrifugo_3.2/.htaccess
creating: Sentrifugo_3.2/application/
creating: Sentrifugo_3.2/application/configs/
inflating: Sentrifugo_3.2/application/configs/application.ini
creating: Sentrifugo_3.2/application/controllers/
inflating: Sentrifugo_3.2/application/controllers/ErrorController.php
inflating: Sentrifugo_3.2/application/controllers/IndexController.php
creating: Sentrifugo_3.2/application/layouts/
creating: Sentrifugo_3.2/application/layouts/scripts/
inflating: Sentrifugo_3.2/application/layouts/scripts/analyticsheader.phtml
inflating: Sentrifugo_3.2/application/layouts/scripts/analyticslayout.phtml
inflating: Sentrifugo_3.2/application/layouts/scripts/assetsfooter.phtml
inflating: Sentrifugo_3.2/application/layouts/scripts/assetsheader.phtml
inflating: Sentrifugo_3.2/application/layouts/scripts/defaultfooter.phtml
inflating: Sentrifugo_3.2/application/layouts/scripts/defaultheader.phtml
inflating: Sentrifugo_3.2/application/layouts/scripts/expensesfooter.phtml
inflating: Sentrifugo_3.2/application/layouts/scripts/expensesheader.phtml
inflating: Sentrifugo_3.2/application/layouts/scripts/hrmsfooter.phtml
inflating: Sentrifugo_3.2/application/layouts/scripts/hrmsheader.phtml
inflating: Sentrifugo_3.2/application/layouts/scripts/layout.phtml
inflating: Sentrifugo_3.2/ZendX/JQuery/View/Helper/JQuery/Container.php
inflating: Sentrifugo_3.2/ZendX/JQuery/View/Helper/jquery-ui-timepicker-addon.js
inflating: Sentrifugo_3.2/ZendX/JQuery/View/Helper/JQuery.php
inflating: Sentrifugo_3.2/ZendX/JQuery/View/Helper/Slider.php
inflating: Sentrifugo_3.2/ZendX/JQuery/View/Helper/Spinner.php
inflating: Sentrifugo_3.2/ZendX/JQuery/View/Helper/TabContainer.php
inflating: Sentrifugo_3.2/ZendX/JQuery/View/Helper/TabPane.php
inflating: Sentrifugo_3.2/ZendX/JQuery/View/Helper/UiWidget.php
inflating: Sentrifugo_3.2/ZendX/JQuery/View/Helper/UiWidgetPane.php
inflating: Sentrifugo_3.2/ZendX/JQuery.php
inflating: Sentrifugo_3.2/public/downloads/gettingstarted.pdf
Once Sentrifugo folder is extracted rename it .
[root@localhost opt]# ls


 

 rh Sentrifugo_3.2 Sentrifugo-Linux.zip xampp-linux-x64-7.2.1-0-installer.run
[root@localhost opt]# mv Sentrifugo_3.2/ Sentrifugo
[root@localhost opt]# ls
rh Sentrifugo Sentrifugo-Linux.zip xampp-linux-x64-7.2.1-0-installer.run
[root@localhost opt]# chmod -R 777 Sentrifugo
[root@localhost opt]# ls
rh Sentrifugo Sentrifugo-Linux.zip xampp-linux-x64-7.2.1-0-installer.run
[root@tec2more opt]# ls
rh Sentrifugo-Linux.zip xampp-linux-x64-7.2.1-0-installer.run
[root@localhost opt]# ./xampp-linux-x64-7.2.1-0-installer.run

clip_image003
clip_image004

Choose the following options that you want to install.
clip_image005
clip_image006
clip_image007
clip_image008
clip_image009
clip_image010
clip_image011

 

Or
Start Xampp server using terminal
[root@localhost lampp]# ./lampp start
Starting XAMPP for Linux 7.2.1-0...
XAMPP: Starting Apache...ok.
XAMPP: Starting MySQL... .ok.
XAMPP: Starting ProFTPD....ok.
Check apache hit http://localhost

clip_image012

[root@localhost opt]# yum install postfix
Loaded plugins: langpacks, ulninfo
ol7_latest 23860/23860
Package 2:postfix-2.10.1-6.0.1.el7.x86_64 already installed and latest version
Nothing to do
[root@localhost opt]#systemctl start postfix
[root@localhost opt]# systemctl status postfix
● postfix.service - Postfix Mail Transport Agent
Loaded: loaded (/usr/lib/systemd/system/postfix.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2018-02-02 04:19:04 IST; 19h ago
Main PID: 2246 (master)
CGroup: /system.slice/postfix.service
├─ 2246 /usr/libexec/postfix/master -w
├─ 2272 qmgr -l -t unix -u
└─41748 pickup -l -t unix -u
Feb 02 04:18:59 localhost.localdomain systemd[1]: Starting Postfix Mail Trans...
Feb 02 04:19:04 localhost.localdomain postfix/master[2246]: daemon started --...
Feb 02 04:19:04 localhost.localdomain systemd[1]: Started Postfix Mail Transp...
Hint: Some lines were ellipsized, use -l to show in full.
Create fresh DB for Sentrifugo application using phpMyAdmin

clip_image013
clip_image014

[root@localhost opt]# ls lampp Sentrifugo xampp-linux-x64-7.2.1-0-installer.run
rh Sentrifugo-Linux.zip
[root@localhost opt]# mv Sentrifugo lampp/htdocs/
[root@localhost opt]# ls
lampp rh Sentrifugo-Linux.zip xampp-linux-x64-7.2.1-0-installer.run
Now, Open the sentrifugo URL
http://localhost/Sentrifugo

clip_image015

Check the Pre-requisites and permissions, that should be 777.

clip_image016

Connect the database.

 

clip_image017

Give your application name i.e. Sentrifugo and its email ID.

clip_image018
clip_image019

Authentication type :
True or False
Provide the email ID and password SMTP server details i.e. Secure transport layer like SSL,TLS etc. .Port 25 , 465 ,587 .
SSL - 25
SSL - 465
TLS - 587

clip_image020

Final check and finish.

clip_image021

On next screen login details are shown, copied and login with these details.

clip_image022

Username : empp0001
Password : 5a74ab62e9ba1

clip_image023

Once you logged in configuration wizard will open.

clip_image024

Install the required modules that you want. Set all -
  • Site Config
  • Organization
  • Business Units
  • Service Request
clip_image025

You can see the modules installed at top menu.

clip_image026

So, its installed and configured it as per your requirement. Thanks !!

No comments:

Post a Comment