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

Latest commit

 

History

History
34 lines (26 loc) · 1005 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 1005 Bytes

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.