-
Notifications
You must be signed in to change notification settings - Fork 5
Installation instructions
rowanseymour edited this page Sep 25, 2011
·
4 revisions
Kumva contains a basic installer to setup the database and create an administrative user account
-
Using phpMyAdmin or another MySQL client create a suitable database and database user. The UTF8 character set is strongly recommended.
CREATE SCHEMA mykumva DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; -
Copy all sources files to a directory on the web server
-
Rename config.sample.php to config.php and modify the settings for your database
-
In your internet browser go to http://path-to-kumva/install/
-
Run the installation script to create the database tables and administrator user account
-
Delete the install directory
- Create a new theme based on the included kinyarwanda theme in the themes folder
- Modify the KUMVA_THEME_DIR value in config.php to point to the theme directory