Skip to content

kelvinj/Giiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giiki (Git Wiki)

Uses git to store pages and revisions and a SQLite db for indexing pages for search and user management.

Uses mod rewrite.

Must be installed at the root of the domain, e.g. wiki.example.com

To install
=-=-=-=-=-=
wget http://github.com/kelvinj/Giiki/zipball/master
unzip kelvinj-Giiki-123456789.zip
mv kelvinj-Giiki-123456789/ wiki.example.com/

vi wiki.example.com/giiki/options.php

Default login:
u: admin
p: password

You can change the password once you're in.

Mod Rewrite
=-=-=-=-=-=-=
The mod-rewrite rules can be found in .htaccess. Here's an example vhost config:

<VirtualHost *:80>
    DocumentRoot "/var/www/example.com/wiki"
    ServerName wiki.example.com
    ServerAdmin kelvinj@gmail.com

    <Directory "/var/www/example.com/wiki">
        Options FollowSymLinks
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>

</VirtualHost>


more install intructions to follow.

About

Git powered PHP wiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages