You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,18 @@ Building with PreTeXt
32
32
33
33
1. Create a virtual environment
34
34
2. pip install pretextbook
35
-
3. To build run: pretext build --input pretext/thinkcspy.ptx --output output --format html --publication pretext/publication-rs-for-all.xml
35
+
3. To build run: pretext build web
36
36
4. pretext view html
37
37
38
38
Note: The pretext sources are in the pretext folder, we will keep the _sources folder until we are 100% sure that the book has been converted correctly and as thoroughly as possible.
39
39
40
+
Building for Production on a Runestone Server
41
+
---------------------------------------------
42
+
43
+
1. clone this repo to `httlacs` instead of `thinkcspy`
44
+
2. Run `rsmanage addcourse` and add `httlacs` as course name and base course name
0 commit comments