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!
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
Pearl Wiki is released under the MIT License.