Transcript

Company

LOGO

Click to add subtitlePresented By:

Jorge Garifuna info@GariDigital.com

Integrating LAMP with Mkahawa Cyber Manager & SQLite

Agenda

1. Overview 1. Overview

2. Linux Installation2. Linux Installation

3. Apache Web Server Installation3. Apache Web Server Installation

4. MySQL Installation4. MySQL Installation

5. PHP Installation5. PHP Installation

6. Mkahawa Server & Client6. Mkahawa Server & Client

7. Extras & Resources7. Extras & Resources

Overview

Linux Installation

Linux Installation

Linux Installation

Linux Installation

Linux Installation

Linux Installation

Linux Installation

Linux Installation

Linux Installation

Linux Installation

Linux Installation

Linux Installation

LAMP Installation on Remote Server

Components of Remote Server Linux Apache Web Server MySQL PHP

LAMP Installation on Remote Server

Installation of LAMP Open the Terminal and type the following command: sudo tasksel install lamp-server

LAMP Installation on Remote Server

Test Apache Installation Open Firefox and type the following in the address bar: http://localhost

LAMP Installation on Remote Server

Database Structure

LAMP Installation on Remote Server

Configure PHP Open the Terminal and type the following command: sudo nano /etc/php5/apache2/php.ini Change: memory_limit = 128M To: memory_limit = 512M Save file Install GD as: sudo apt-get install php5-gd Restart Apache server with the following command: sudo /etc/init.d/apache2 restart

LAMP Installation on Remote Server

Load MySQL Data & Install PHP Web App Open the Terminal and type the following command: Mysql –uroot –e ‘create database YOURDBNAME’ Mysql –uroot YOURDBNAME < PATH_TO_SQL

LAMP Installation on Remote Server

Test PHP Web App Point firefox to the following address: http://localhost/admin Username: administrator Password: demo

LAMP Installation on Location Server

Download Mkahawa and Install Download Mkahawa from: http://mkahawa.sourceforge.net/downloads.php Install Mkahawa

LAMP Installation on Location Server

Test Mkahawa Server Default username: admin Default password: admin

LAMP Installation on Location Server

Test Mkahawa Server

LAMP Installation on Location Server

Install SQLite for PHPsudo apt-get install php5-sqlite

LAMP Installation on Location CLient

Install Mkahawa Client

Resources

Garinet Global

Education •http://mkahawa.sourceforge.net/•https://help.ubuntu.com/community/ApacheMySQLPHP•http://www.linuxmint.com/•http://www.virtualbox.org/

How to Contact Us

Jorge Garifuna info@GariDigital.com

top related