MathB is a mathematics pastebin software that powers MathB.in. It is a web-based service meant for sharing snippets of mathematical text with others o

GitHub - susam/mathb: MathB.in - A Mathematics Pastebin Written in Common Lisp

submited by
Style Pass
2022-09-23 12:00:39

MathB is a mathematics pastebin software that powers MathB.in. It is a web-based service meant for sharing snippets of mathematical text with others on the world wide web. Visit https://mathb.in/ to use the mathematics pastebin.

From here on, we assume that all commands are being run in the top-level directory of this project. Set up dependencies necessary to run MathB by running this command within the top-level directory of this project:

By default, MathB reads post data from and writes post to /opt/data/mathb/. The next section explains how to make MathB use a custom data directory path.

After starting MathB in this manner, click on the various navigation links and make a new post to confirm that MathB is working as expected.

In the previous section, we created a data directory at /opt/data/mathb/. By default, MathB writes new posts to and reads posts from this directory path. To make MathB use a different path for the data directory, set the variable named *data-directory* before loading MathB. The following steps explain how to do this:

After starting MathB in this manner, click on the various navigation links and make a new post to confirm that MathB is working as expected.

Leave a Comment