Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

bthuilot/PearlWiki

Folders and files

NameName
Last commit message
Last commit date
Jul 23, 2019
Mar 28, 2019
Jul 18, 2019
Jul 17, 2019
Mar 28, 2019
Mar 28, 2019
Mar 28, 2019
Mar 28, 2019
Jul 19, 2019
Mar 28, 2019
Mar 28, 2019
Jun 22, 2019
Mar 9, 2020
Dec 6, 2019
Feb 25, 2021
Jul 25, 2019
Jul 26, 2019
Mar 28, 2019
Mar 28, 2019
Mar 28, 2019

Repository files navigation

Pearl Wiki

Open source wiki software powered by Rails

I started this project when I was looking for wiki software to use for a club I was a apart of and didn't like any of the options I found

Thus spawned this!

Getting started

The wiki requires ruby versions >= 2.5.0

To install first clone the source using

$ git clone https://github.com/bthuilot/PearlWiki
$ cd PearlWiki

Once inside the cloned directory, run

# Install Dependecys
$ gem install bundler && bundle install
# Set up and seed database
$ rake db:migrate
$ rake db:seed
# Start the server
rails server

Code Status

Build Status

License

GitHub license Pearl Wiki is released under the MIT License.