Skip to content

Runestone server details

Katie Cunningham edited this page Nov 1, 2016 · 4 revisions

Autoupdating

Certain branches are set to autoupdate, which means that any changes pushed to their Github repo will be reflected in the online version of the ebook automatically, within less than an hour. This is why it's so important to check changes locally before pushing!

Branch Autoupdate? Must be re-built by Runestone Interactive
master x
Experimental x
Dec2015 x

requirements.txt

In order to autoupdate,an ebook needs a requirements.txt file added to the top level folder. The file should have the following two lines at a minimum:

runestone>=2.7.4
SQLAlchemy>=1.0.8 

(At least as of Sept 17, 2016)

pavement.py

Clone this wiki locally