Top Banner
Company LOGO Click to add subtitle Presented By: Jorge Garifuna [email protected] om Integrating LAMP with Mkahawa Cyber Manager & SQLite
29
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Company

LOGO

Click to add subtitlePresented By:

Jorge Garifuna [email protected]

Integrating LAMP with Mkahawa Cyber Manager & SQLite

Page 2: 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

Page 3: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Overview

Page 4: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Linux Installation

Page 5: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Linux Installation

Page 6: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Linux Installation

Page 7: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Linux Installation

Page 8: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Linux Installation

Page 9: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Linux Installation

Page 10: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Linux Installation

Page 11: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Linux Installation

Page 12: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Linux Installation

Page 13: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Linux Installation

Page 14: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Linux Installation

Page 15: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Linux Installation

Page 16: Integrating LAMP with Mkahawa Cyber Manager & SQLite

LAMP Installation on Remote Server

Components of Remote Server Linux Apache Web Server MySQL PHP

Page 17: Integrating LAMP with Mkahawa Cyber Manager & SQLite

LAMP Installation on Remote Server

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

Page 18: Integrating LAMP with Mkahawa Cyber Manager & SQLite

LAMP Installation on Remote Server

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

Page 19: Integrating LAMP with Mkahawa Cyber Manager & SQLite

LAMP Installation on Remote Server

Database Structure

Page 20: Integrating LAMP with Mkahawa Cyber Manager & SQLite

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

Page 21: Integrating LAMP with Mkahawa Cyber Manager & SQLite

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

Page 22: Integrating LAMP with Mkahawa Cyber Manager & SQLite

LAMP Installation on Remote Server

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

Page 23: Integrating LAMP with Mkahawa Cyber Manager & SQLite

LAMP Installation on Location Server

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

Page 24: Integrating LAMP with Mkahawa Cyber Manager & SQLite

LAMP Installation on Location Server

Test Mkahawa Server Default username: admin Default password: admin

Page 25: Integrating LAMP with Mkahawa Cyber Manager & SQLite

LAMP Installation on Location Server

Test Mkahawa Server

Page 26: Integrating LAMP with Mkahawa Cyber Manager & SQLite

LAMP Installation on Location Server

Install SQLite for PHPsudo apt-get install php5-sqlite

Page 27: Integrating LAMP with Mkahawa Cyber Manager & SQLite

LAMP Installation on Location CLient

Install Mkahawa Client

Page 28: Integrating LAMP with Mkahawa Cyber Manager & SQLite

Resources

Garinet Global

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

Page 29: Integrating LAMP with Mkahawa Cyber Manager & SQLite

How to Contact Us

Jorge Garifuna [email protected]