goma
Wishlist for this release: * Make it possible for the admin to change 'All Categories' color on main map David * Related Incidents with Proximity + Time (detail report page) * Code Refactoring * SQL...
View Articlegoma
Wishlist for this release: * Make it possible for the admin to change 'All Categories' color on main map David * Related Incidents with Proximity + Time (detail report page) * Code Refactoring * SQL...
View Articleoptimizing_an_ushahidi_instance
Looking for Speed? Page Caching Page caching makes pages display faster but can take a large amount of storage space on larger sites. Other options like MemCache, APC and Eaccelerator can be used in...
View Articleoptimizing_an_ushahidi_instance
Looking for Speed? Page Caching Page caching makes pages display faster but can take a large amount of storage space on larger sites. Other options like MemCache, APC and Eaccelerator can be used in...
View Articleushahidi_data_sharing
Ushahidi's Data Sharing feature allows two or more instances to exchange data, which can then be layered on the requesting instances map. Security Concerns * Cross-site scripting (XSS) attacks - Remote...
View Articleushahidi_data_sharing
Ushahidi's Data Sharing feature allows two or more instances to exchange data, which can then be layered on the requesting instances map. Security Concerns * Cross-site scripting (XSS) attacks - Remote...
View Articlescheduler
The scheduler can be ran manually, and sometimes this is a good way to test the system's functionality. http:/scheduler/twitter for twitter, replace twitter with email to test for email but make sure...
View Articlescheduler
The scheduler can be ran manually, and sometimes this is a good way to test the system's functionality. http:/scheduler/twitter for twitter, replace twitter with email to test for email but make sure...
View Articledeveloper_tools
This list is inspired by a similar article listing document the tools adopted by INSTEDD for development and ease of communication: Engineering Tools Git - - Git is a free & open source,...
View Articlenew_developer_orientation
Prerequisites. Tools: * PHP * Mysql * Web server - preferably Apache Other nice to have's: * Good editor such as TextPad * Phpmyadmin or other means to manage mysql * FTP client such as FileZilla...
View Articledeveloper_tools
This list is inspired by a similar article listing document the tools adopted by INSTEDD for development and ease of communication: Engineering Tools Git - - Git is a free & open source,...
View Articlecheckout_from_git
The Ushahidi source is hosted on a GIT repository and can be accessed at To get the Ushahidi source code, do the following: * Download and install Git * Run the following commands: cd [YOUR PREFERRED...
View Articlecheckout_from_git
The Ushahidi source is hosted on a GIT repository and can be accessed at To get the Ushahidi source code, do the following: * Download and install Git * Run the following commands: cd [YOUR PREFERRED...
View Articlephp_dependencies
If you are setting up PHP for the first time or just need to know what you need to have running with PHP to get Ushahidi to work, here is a list of the dependencies required: * mcrypt - Encryption...
View Article