karasu is a self-hosted remote communication system designed for math discussions. karasu is expected to be accompanied by kamome, the front-end components, i.e. the editor and stylesheets for karasu.
Due to the limitations of the medium. Please see here for detailed introduction.
Docker compose should be able to take care of everything.
$ git clone --recursive https://github.com/Krasjet/karasu.git
$ cd karasu
$ cp .env.example .env
$ docker-compose up
Note that the default fonts in kamome is a set of alternative free
fonts. If you want to use the ones I'm currently using, you need to
purchase/download the fonts listed here and set the USE_ALT_FONTS
option in docker-compose.yml
to false
.