SlideShare a Scribd company logo
Ushahidi 101Setting up a development environment
Introduction to MVC and the Kohana (PHP) framework
Working with GITSetting up: PrerequisitesMySQLPHP 5Apache
Setting up: CodeDownload and Install GIT (more later)http://git-scm.com/downloadClone (‘Checkout’) the codecd [WORKING DIRECTORY]git clone git://github.com/ushahidi/Ushahidi_Web.gitFire up editor (e.g. Zend) and set up a new project from existing code
Intro to Ushahidi for Developers
Setting up: DatabaseCreate a database in mysql called 'ushahidi'.Run USHAHIDI_ROOT\sql\unshahidi.sql against DBGo to USHAHIDI_ROOT\application\config\database.php and edit the user, database and host configurations.
What is MVC?Model-View-ControllerSeparates:M: Data modelV: Presentation (UI)C: Business logicCan change any of these three without affecting the others (in theory)
What is MVC?A Model represents a data structure, usually this is a table in a database.A View contains presentation code such as HTML, CSS and JavaScript.A Controller contains the page logic to tie everything together and generate the page the user sees.
Why use an MVC framework?Avoid “reinventing the wheel”Use proven, tested codeAutomation (ORM, generators)Maintainability“Plugin” functionality…
Flow: Traditional vs. MVCQueryControllerModelProcessingOutputOutputQueryOutputProcessingViewFinal Output
KohanaKohana (http://kohanaframework.org/) is a PHP5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use.Documentation: http://docs.kohanaphp.com/ http://learn.kohanaphp.com/ 
Intro to Ushahidi for Developers
Intro to Ushahidi for Developers
Intro to Ushahidi for Developers
class Country_Modelextends ORM{protected $belongs_to= array('location');protected $has_many= array('city');// Database table nameprotected $table_name= 'country';}Example Model: Country
<div id="content"><div class="content-bg"><!-- start search block --><div class="big-block"><h1>Search Results</h1><div class="search_block"><?phpecho $search_info; ?><?phpecho $search_results; ?></div></div><!-- end search block --></div></div></div></div></div>Example View: Search Results
Example Controller: Error class Error_Controllerextends Controller{/** * Render Custom 404 Error Page */public function error_404(){Header("HTTP/1.0 404 Not Found");$this->layout = new View('error');$this->layout->title = Kohana::lang('ui_admin.page_not_found');$this->layout->content = Kohana::lang('ui_admin.page_not_found_message');$this->layout->render(true);}}
Working with GITGIT is a version control system much like SVNThe concepts are more or less the same - revisions, commits… Ushahidi hosts source code repositories with GitHub - http://github.com/ushahidihttp://github.com/ushahidi/Ushahidi_Web
Basic commands
Learning LinksGitHub Guide - http://github.com/guidesGit Home - http://git.or.cz/http://github.com/guides/git-cheat-sheetGit - SVN Crash Course - http://git.or.cz/course/svn.htmlO'Reilly Webcast: Git in One Hour - http://www.youtube.com/watch?v=OFkgSjRnay4

More Related Content

PPT
jclouds overview
PPT
PPT
PPSX
Azure Mobile Services .NET Backend
PPSX
Azure DocumentDB
PDF
Postgres seminar
PDF
Human Talks Riot.js
PPT
Knockout Basics By Surekha Gadkari
jclouds overview
Azure Mobile Services .NET Backend
Azure DocumentDB
Postgres seminar
Human Talks Riot.js
Knockout Basics By Surekha Gadkari

What's hot (9)

PPTX
SQL Server 2014 Hybrid Cloud Features
PDF
Azure document db
PPTX
13 deploying cloud applications
PDF
Javascript ui for rest services
PPTX
Serverless with azure functions the rebel service
PDF
Live Node.JS Training
PPTX
What's new in the July 2017 Update for Dynamics 365 - Developer features
PDF
Banquet 50
PDF
HTML Launcher
SQL Server 2014 Hybrid Cloud Features
Azure document db
13 deploying cloud applications
Javascript ui for rest services
Serverless with azure functions the rebel service
Live Node.JS Training
What's new in the July 2017 Update for Dynamics 365 - Developer features
Banquet 50
HTML Launcher
Ad

Viewers also liked (7)

PPT
How to help Alliance Guinea -Ushahidi Project
PDF
Ushahidi at NetSquared (loop)
PDF
Stay Up To Date on the Latest Happenings in the Boardroom: Recommended Summer...
PPTX
5 Steps To A Smart Compensation Plan
PDF
10 Tips for WeChat
PDF
Benefits of drinking water
PDF
20 Ideas for your Website Homepage Content
How to help Alliance Guinea -Ushahidi Project
Ushahidi at NetSquared (loop)
Stay Up To Date on the Latest Happenings in the Boardroom: Recommended Summer...
5 Steps To A Smart Compensation Plan
10 Tips for WeChat
Benefits of drinking water
20 Ideas for your Website Homepage Content
Ad

Similar to Intro to Ushahidi for Developers (20)

PPS
003 web-apps-using-kohana-arafat-rahman-101107191139-phpapp02
PDF
MVC development company in UK.
PDF
Why Use PHP Frameworks for Web Development?
PDF
Php framework
PPTX
Php Framework
PDF
shahid-cv
PPTX
Ps02 cint24 mvc in php
PDF
Full stack development
KEY
CC Salon Seoul
PPTX
Agile Tools for PHP
PPTX
Introduction to Monsoon PHP framework
PPTX
Laravel : A Fastest Growing Kid
PDF
Why Choose PHP for web app development_.pdf
PPTX
Project Presentaion.pptx uytdyitdjftyddddrdytdyhrkdryhk
PDF
Angular JS Basics
PPTX
Advantages Of Laravel For Your Web Development.pptx
PDF
PHP & MVC
PPTX
Mvc framework
PPTX
Codeigniter
PDF
Introduction to PHP H/MVC Frameworks by www.silicongulf.com
003 web-apps-using-kohana-arafat-rahman-101107191139-phpapp02
MVC development company in UK.
Why Use PHP Frameworks for Web Development?
Php framework
Php Framework
shahid-cv
Ps02 cint24 mvc in php
Full stack development
CC Salon Seoul
Agile Tools for PHP
Introduction to Monsoon PHP framework
Laravel : A Fastest Growing Kid
Why Choose PHP for web app development_.pdf
Project Presentaion.pptx uytdyitdjftyddddrdytdyhrkdryhk
Angular JS Basics
Advantages Of Laravel For Your Web Development.pptx
PHP & MVC
Mvc framework
Codeigniter
Introduction to PHP H/MVC Frameworks by www.silicongulf.com

More from Ushahidi (20)

PDF
Data Science for Social Good and Ushahidi - Final Presentation
PPT
Corruption mapping (april 2013, part 2)
PPT
Anti-Corruption Mapping (April 2013, part 1)
PDF
Ushahdi 3.0 Design Framework
KEY
Around the Globe Corruption Mapping (part 2)
KEY
Around the Globe Corruption Mapping (part 1)
PDF
Ushahidi Toolbox - Real-time Evaluation
PDF
Ushahidi Toolbox - Implementation
PDF
Ushahidi Toolbox - Assessment
PDF
Kenya Ushahidi Evaluation: Unsung Peace Heros/Building Bridges
PDF
Kenya Ushahidi Evaluation: Uchaguzi
PDF
Kenya Ushahidi Evaluation: Blog Series
PDF
Pivoting An African Open Source Project
KEY
Ushahidi esri juliana
PDF
Ushahidi personas scenarios
PDF
Citizen pollution mapping made easy
KEY
Testimony
KEY
Map it, Change it
KEY
Map it, Make it, Hack it
KEY
What if Citizens Mapped Health?
Data Science for Social Good and Ushahidi - Final Presentation
Corruption mapping (april 2013, part 2)
Anti-Corruption Mapping (April 2013, part 1)
Ushahdi 3.0 Design Framework
Around the Globe Corruption Mapping (part 2)
Around the Globe Corruption Mapping (part 1)
Ushahidi Toolbox - Real-time Evaluation
Ushahidi Toolbox - Implementation
Ushahidi Toolbox - Assessment
Kenya Ushahidi Evaluation: Unsung Peace Heros/Building Bridges
Kenya Ushahidi Evaluation: Uchaguzi
Kenya Ushahidi Evaluation: Blog Series
Pivoting An African Open Source Project
Ushahidi esri juliana
Ushahidi personas scenarios
Citizen pollution mapping made easy
Testimony
Map it, Change it
Map it, Make it, Hack it
What if Citizens Mapped Health?

Recently uploaded (20)

PDF
Spectral efficient network and resource selection model in 5G networks
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Review of recent advances in non-invasive hemoglobin estimation
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
KodekX | Application Modernization Development
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Modernizing your data center with Dell and AMD
Spectral efficient network and resource selection model in 5G networks
“AI and Expert System Decision Support & Business Intelligence Systems”
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Big Data Technologies - Introduction.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Empathic Computing: Creating Shared Understanding
Review of recent advances in non-invasive hemoglobin estimation
The AUB Centre for AI in Media Proposal.docx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Machine learning based COVID-19 study performance prediction
NewMind AI Monthly Chronicles - July 2025
Encapsulation_ Review paper, used for researhc scholars
NewMind AI Weekly Chronicles - August'25 Week I
Reach Out and Touch Someone: Haptics and Empathic Computing
Network Security Unit 5.pdf for BCA BBA.
Chapter 3 Spatial Domain Image Processing.pdf
KodekX | Application Modernization Development
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Modernizing your data center with Dell and AMD

Intro to Ushahidi for Developers