Setup:Installation Guide/System Preparation/Linux/MariaDB and Setup:Installation Guide/Webservices/Mathoid: Difference between pages

(Difference between pages)
No edit summary
 
No edit summary
 
Line 1: Line 1:
{{DISPLAYTITLE:MariaDB on Linux}}
Mathoid is a nodjs service which takes various forms of math input and converts it to MathML + SVG or PNG output.
__TOC__
{{Messagebox|boxtype=important|Note text=BlueSpice stores your content in a database for which you need to install a corresponding server. The steps listed here are required.}}
==Installing MariaDB==
Install MariaDB via Aptitude:


<pre>apt update; \
{{Messagebox|boxtype=important|icon=|Note text=Beginning with BlueSpice 4.x,  Mathoid is no longer distributed and has to installed separately.
apt install mariadb-server mariadb-client; \
<br />
apt clean</pre>
Download:
==Create database user for BlueSpice==
<span title="" class="">After installation, immediately create a database user for MariaDB directly with the following command:</span><span /><span /><br />


<pre>mysql -e "GRANT ALL ON bluespice.* TO 'bluespice'@'127.0.0.1' IDENTIFIED BY '<a password of your choice>';"</pre>{{Messagebox|boxtype=important|icon=yes|Note text=Remember the username and password for later parts of the Installation.|bgcolor=}}
https://bluespice.com/filebase/mathoid/|bgcolor=}}


==Next Step==
If mathematical formulas are not rendered in your wiki, please check that  <code>extensions/Math/webservices/mathoid.tar.gz</code> is deployed in the correct folder:
If you have completed all steps successfully, you can proceed to the next step "[[Setup:Installation Guide/System Preparation/Linux/Jetty | Jetty]]".
*Linux:   <code>/opt/mathoid</code>
*Windows:  <code>C:\BlueSpice\bin\mathoid</code>


[[en:{{FULLPAGENAME}}]]
== Next step ==
[[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/MariaDB]]

Revision as of 10:45, 24 January 2023

Mathoid is a nodjs service which takes various forms of math input and converts it to MathML + SVG or PNG output.

Important!Beginning with BlueSpice 4.x, Mathoid is no longer distributed and has to installed separately.


Download:

https://bluespice.com/filebase/mathoid/


If mathematical formulas are not rendered in your wiki, please check that extensions/Math/webservices/mathoid.tar.gz is deployed in the correct folder:

  • Linux: /opt/mathoid
  • Windows: C:\BlueSpice\bin\mathoid

Next step



To submit feedback about this documentation, visit our community forum.

No categories assignedEdit

Discussions