A wiki in a box - this is a backup read-only mirror of the main Github repository. https://github.com/sbrl/Pepperminty-Wiki/
Go to file
Starbeamrainbowlabs 429e4e85aa Updated build.bat to delete the old `index.php` 2014-12-26 13:01:01 +00:00
.gitignore Initialised git repository 2014-11-24 12:02:25 +00:00
README.md Added build instructions to README.md 2014-12-26 10:27:33 +00:00
build.bat Updated build.bat to delete the old `index.php` 2014-12-26 13:01:01 +00:00
build.php Fixed build script - some random merge text 2014-12-26 12:23:02 +00:00
core.php Added view source for those who can't edit pages and 404 page 2014-12-26 12:44:03 +00:00
index.php Updated build 2014-12-26 12:44:43 +00:00
settings.fragment.php redesigned nav bar setting 2014-12-26 12:19:43 +00:00

README.md

Pepperminty-Wiki

A wiki in a box

Pepperminty wiki is a complete wiki in a box inspired by @am2064's Minty wiki, which can be found here: https://github.com/am2064/Minty-Wiki

Downloading / Installing

Quickstart

All you need to do is download index.php in this repository and put it in a folder on your web server. You need to make sure that PHP can write to that folder though. However, you can deny write access to the file itself since there is no automatic updating function built in yet.

If you prefer, you can clone this repository or use the "Download Zip" button to the right.

Building

Pepperminty Wiki uses a simple PHP based build script. If you want to run this script yourself (for whatever reason), follow these instructions:

  1. Clone this repository
  2. Delete index.php.
  3. Run php build.php.

Configuring

To configure it, open your downloaded copy of index.php in your favourite editor - the settings can be configured at the top of the file. There are extensive comments that explain what each option does. Make sure that you change the allowed usernames and passwords! If you need more help, don't hesitate to open an issue on this repository or contact me.

Themes (aka strings of CSS)

Wanted: Themes! If you have a cool theme, simply open an issue on the bug tracker in this repository to share your theme. If you don't have a github account, no problem! Simply email me with your code instead.

--Starbeamrainbowlabs