Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 816 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 816 Bytes

RiveScript.com

GlowLogo

This is the source code of the RiveScript.com website. It runs on top of my Python CMS called Rophako.

Hacking

Because of the separation of concerns between Rophako the CMS and the front-end files of the website it runs, there is a bootstrap.py script that will automatically configure Rophako for a local dev environment of RiveScript.com.

Just run python3 bootstrap.py and you'll be up and running in no time. After the initial automatic configuration, running bootstrap.py again acts as an easy shortcut to running Rophako's server script.