Menu

Tree [2ededc] master /
 History

HTTPS access


File Date Author Commit
 LIXO 2012-03-14 mapascol mapascol [125c63] sync com servidor
 Mapas.esproj 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 _private 2012-03-14 mapascol mapascol [125c63] sync com servidor
 _vti_bin 2012-03-14 mapascol mapascol [125c63] sync com servidor
 _vti_cnf 2012-03-14 mapascol mapascol [125c63] sync com servidor
 _vti_log 2012-03-14 mapascol mapascol [125c63] sync com servidor
 _vti_pvt 2012-03-14 mapascol mapascol [125c63] sync com servidor
 _vti_txt 2012-03-14 mapascol mapascol [125c63] sync com servidor
 application 2012-03-30 rfabbri rfabbri [2ededc] caixa de edicao com reloginho?!
 installer 2012-03-14 mapascol mapascol [125c63] sync com servidor
 media 2012-03-30 rfabbri rfabbri [fae612] zoom corrigido
 modules 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 noticias 2012-03-14 mapascol mapascol [125c63] sync com servidor
 plugins 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 scripts 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 sql 2012-03-14 rfabbri rfabbri [e276f8] colocando o dump do BD na pasta sql
 system 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 themes 2012-03-21 rfabbri rfabbri [59cbc5] arrumado o remove seletivo, preciso confirmar q...
 .DS_Store 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 .ftpquota 2012-03-14 mapascol mapascol [125c63] sync com servidor
 .gitignore 2012-03-14 mapascol mapascol [125c63] sync com servidor
 .htaccess 2011-11-29 Renato Fabbri Renato Fabbri [d9404f] adicionado este arquivo (copiado da instalação ...
 Guardfile 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 License.txt 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 README 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 _vti_inf.html 2012-03-14 mapascol mapascol [125c63] sync com servidor
 base_dump.sql 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 deploy 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 deploy.dump 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 deploy_dump.sql 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 error_log 2012-03-14 mapascol mapascol [125c63] sync com servidor
 favicon.ico 2012-03-14 mapascol mapascol [125c63] sync com servidor
 index.htmlBACK 2012-03-14 mapascol mapascol [125c63] sync com servidor
 index.php 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 lastbkp 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 mapas-deploy 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 mapas-deploy-no-base 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 pika-deploy 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 postinfo.html 2012-03-14 mapascol mapascol [125c63] sync com servidor
 readme.html 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 rotina_fabs.sql 2011-11-29 Renato Fabbri Renato Fabbri [d322e9] inicializado o repo e adicionado todo mundo, o ...
 template 2012-03-14 mapascol mapascol [125c63] sync com servidor

Read Me

WELCOME
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks for using Ushahidi. We hope that you find the setup and installation process as smooth as possible. We have an active community so if you get stuck along the way, head over to the forums (http://forums.ushahidi.com/) and get some help. In addition to the forums, we have a wiki (http://wiki.ushahidi.com/doku.php) with more detailed information about the platform.


System Requirements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- A server with Unicode support.
- MySQL version 5.0 or greater.
- PHP version 5.2.3 or greater.
- An HTTP Server. Kohana which Ushahidi is built upon is known to work with the following web servers: Apache 1.3+, Apache2.0+, lighttpd, and MS IIS.


Required Extensions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The follwing is a list of PHP extensions that must be installed on your server in order for Ushahidi to run properly.
- PCRE (http://php.net/pcre) must be compiled with –enable-utf8 and –enable-unicode-properties for UTF-8 functions to work properly.
- iconv (http://php.net/iconv) is required for UTF-8 transliteration.
- mcrypt (http://php.net/mcrypt) is required for encryption.
- SPL (http://php.net/spl) is required for several core libraries
- mbstring (http://php.net/mbstring) which speeds up Kohana's UTF-8 functions.
- cURL (http://php.net/curl) which is used to access remote sites.

* Need to figure out what extensions you already have installed on your server? Here are instructions to do just that: http://jontangerine.com/silo/php/phpinfo/


Preliminary Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Before installing Ushahidi you will need to give your server authority to write to certian files and folders. Please make sure the following files and folders are writable by your server:
- application/config/config.php
- application/config
- application/cache
- application/logs
- media/uploads
- .htaccess

* The process of configuring file permissions is different for various operating systems. Here are some helpful links about permissions for the Windows (http://support.microsoft.com/kb/308419) and Unix (http://www.washington.edu/computing/unix/permissions.html) operating systems.


Installation Guide
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ushahidi can be installed manually or via the web installer. The easiest way to install Ushahidi is to use the web installer as it takes you through everything step by step.

	Web Installer
	~~~~~~~
	- Upload the unpacked/unzipped Ushahidi files to your server.
	- Make sure the appropriate files are writable by your web server (see "Preliminary Setup" above).
	- Point your browser to the http://[Your Ushahidi URL]/installer and follow the step by step instructions.

	Manual Installation
	~~~~~~~
	- Upload the unpacked/unzipped Ushahidi files to your server.
	- Create a database and note the connection credentials.
	- Make sure the appropriate files are writable by your web server (see "Preliminary Setup" above).
	- Copy or rename ./application/config/database.template.php to ./application/config/database.php.
	- Edit database.php and provide it with your database credentials.
	- Copy or rename ./application/config/config.template.php to ./application/config/config.php.
	- Edit config.php and provide it with the appropriate values. The comments in the file will tell you exactly what to provide. In most cases, you won't need to change many of them.
	- Create the appropriate tables into your database by executing the sql statements in the following file: ./sql/ushahidi.sql
	- Browse to your site: URL: http://[Your Ushahidi URL]/
		- Admin Area: http://[Your Ushahidi URL]/admin
		- User: admin
		- Password: admin

*Please note: There are still more settings and configurations that you will still need to complete in order to get your instance fully opporational. More information about these settings can be found on our wiki.


Online Resources
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For further references and documentation, head over to our wiki (http://wiki.ushahidi.com/doku.php?id=how_to_use_ushahidi_alpha). Also, we encourage you to drop by our forums (http://forums.ushahidi.com/) if you have any additional questions or concerns.
MongoDB Logo MongoDB