Source Code
Still need to improve the code and this page. Could anyone help us?
You could help by editing this page, or even by asking questions.
Here are the files that should be necessary to run the
CitiWiki.
Some things to notice about the codes:
- They are not checked on another server...
- We use .htpasswd for authorization
- To get it to run:
- setup a database and database user if it is needed
- run the sites.sql and users.sql on your database to create the basic tables needed
- change the citiwiki.config.php to match your environment
- change the ./setup/.htaccess to match your user database
- point your browser to the ./setup/index.php
- set up the information for the first site
- set the first entry in the database table "_sites" to specify the settings for your default site, the name of the site should match that in citiwiki.config.php
- To setup more sites, point your browser to the ./setup/index.php and do the blank filling again.
For problems with installation and setup see
TroubleShooting
For feature requests see
FeatureRequests