Changes between Version 19 and Version 20 of Ushahidi
- Timestamp:
- 06/28/16 23:23:49 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ushahidi
v19 v20 36 36 EOL 37 37 }}} 38 38 1. Edit config 39 {{{ 40 cd platform/httpdocs 41 mv template.htaccess .htaccess 42 cd ../application/config 43 cp init.php environments/development 44 }}} 45 1. Edit init.php 46 {{{ 47 return array( 48 'base_url' => '/', 49 'index_file' => index.php, 50 'charset' => 'utf-8', 51 'errors' => TRUE, 52 'profile' => FALSE, 53 'caching' => FALSE, 54 ); 55 }}} 39 56 40 57