Sunday 4 August 2013

BASE Configuration on Centos 6.3 x86_64

BASE ( Basic Analysis and Security Engine ) is a good way to view Data through a Web Interface.

Require packages:

            1. Webserver (apache)
            2. PHP
            3. BASE
            4. adodb

We will install apache and php following command


  [root@snort ~]# yum install httpd php php-pear*


Download the "base" following link using wget command



[root@snort snort_install]# wget http://sourceforge.net/projects/secureideas/files/latest/download?source=files


Extract and move the base directory to apache home directory


[root@snort snort_install]# tar -zvxf base-1.4.5.tar.gz


[root@snort snort_install]# mv base-1.4.5 /var/www/html/base

Change the  group "apache" and give the permission 775



[root@snort snort_install]# chown apache.apache -R /var/www/html/base/

[root@snort snort_install]# chmod 775 -R /var/www/html/base/



Download the  "Adodb " following link using wget command




Unzip the adodb518a.zip and change the name "adodb5" to "adobe" and  move to inside the "base" directory.



[root@snort snort_install]# unzip adodb518a.zip


[root@snort snort_install]# mv  adodb5  /var/www/html/base/adodb

Now restart the httpd and mysqld service 



[root@snort snort_install]#  service httpd restart

[root@snort snort_install]#  service service mysqld restart



Now we will  open the base through web browser.

My server ip address http://10.21.1.19/base

Step 1:




The above screen is showing regarding config file and PHP version and Just Click to "Continue"


Step 2:  

         




The above screen is asking ADODB path and my case "/var/www/html/base/adodb"
Click Continue


Step 3:





Type the Database details and Click Continue.

Step 4:




Just give user name and password for BASE login. Click Continue.


Step 5:



Just Click Continue..

Step 6:



Just Click Continue..



Step 7:






This is BASE screen.



No comments:

Post a Comment