Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.04 KB

Shellfish -- a tutorial website

Running

We use a library named predis for interacting with our database, so to run this, you need to use pear to install it:

pear channel-discover pear.nrk.io
pear install nrk/predis

You also need to have a Redis server running locally. You can change settings for it in /libs/Tutorials.class.php/line 34, using predis' Predis\Client constructor.

Credits

Libraries we use include:

Otherwise, this software is licensed under the GNU General Public License, more information in License, by nasonfish [email protected] and puffrfish. Any contribution or engagement with this project is appreciated.