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
{{ message }}
This repository was archived by the owner on Jun 30, 2024. It is now read-only.
After cloning a book, you may need to add it to the database. Most of the standard books are already there, but you can use ``rsmanage addcourse`` to add it if needed.
257
258
258
259
.. note::
259
260
260
-
TODO: Edit/improve the docs from this point forward.
261
-
261
+
PreTeXt authors, see `Publishing to Runestone Academy <https://pretextbook.org/doc/guide/html/sec-publishing-to-runestone-academy.html>`_. The following information applies only *authoring* books using the Runestone.
262
262
263
263
.. warning::
264
264
@@ -268,8 +268,6 @@ No books are installed by default; you must add books using the following proces
268
268
If there is a mismatch, you will want to rename the folder you cloned the code into so that it
269
269
matches the ``project_name``.
270
270
271
-
After cloning a book, you may need to add it to the database. Most of the standard books are already there, but you can use ``rsmanage addcourse`` to add it if needed.
272
-
273
271
.. note::
274
272
275
273
Most Runestone books set ``master_url`` to ``get_master_url()`` in their ``pavement.py`` file. However, if the book
@@ -349,7 +347,7 @@ trying to load the same records and entering a restart loop because the records
349
347
350
348
Operation
351
349
---------
352
-
The containerized application is configured to automatically start as soon as Docker / the Docker Desktop is started. Therefore, on OS X or Windows (when using WSL2): after a reboot or after manually shutting down the Docker Desktop, remember to start the Docker Desktop application.
350
+
The containerized application is configured to automatically start as soon as Docker / the Docker Desktop is started. Therefore, on OS X or Windows (when using WSL2): after a reboot or after manually shutting down the Docker Desktop, **remember to start the Docker Desktop application**.
353
351
354
352
355
353
Other Tips & Tricks
@@ -441,23 +439,17 @@ container enough privileges to do your work.
441
439
Writing Your Own Book
442
440
**********************************
443
441
442
+
.. note::
443
+
444
+
PreTeXt authors, see `Publishing to Runestone Academy <https://pretextbook.org/doc/guide/html/sec-publishing-to-runestone-academy.html>`_. The following information applies only *authoring* books using the Runestone.
445
+
444
446
If you are writing your own book you will want to get that book set up properly in the Runestone
445
447
system. You need to do the following:
446
448
447
449
#. Run the command ``rsmanage addcourse``. Use the project name you configured in ``pavement.py`` as the name of BOTH the course and the basecourse when it asks.
448
450
449
451
#. Now that your course is registered, rebuild it using the command ``rsmanage build --course <book_name>`` command.
450
452
451
-
#. If this book is a PreTeXt book you will need to navigate to the directory that contains the ``runestone-manifest.xml`` file and run the command:
0 commit comments