Deprecated Technologies
MathType Integrations Deprecated Services
Technologies
Copy the ASP.NET integration package directory in your web system root path.
Create an application on your IIS through your control panel. The application root directory depends on the MathType integration package that you have downloaded.
For demo package: create an application with root directory on the extracted folder.
For integration package: create an application with root directory on
/generic_wiris
. For versions older than 3.50.0 you need to create the application at/pluginwiris/integration
. If, given your project requirements or architecture, you need to have only one application move/generic_wiris/bin
contents to the/bin
directory of your project and copy theWeb.config
configuration to your projectWeb.config
. If you use .NET 4.0 or above use the values of Web.config4.0.
Now, open
generic_wiris/configuration.ini
and set your own values. This table specifies all possible parameters.
Server configuration file (configuration.ini) path
<pluginRoot>/configuration.ini
Install
wirispluginengine
gem manually.Specify
wirispluginengine
gem inside your application's Gemfile.Mount Wirispluginengine engine into your application's config/routes.rb file, adding the following line:
mount Wirispluginengine::Engine => 'wirispluginengine'
Copy
generic_wiris
directory in your/vendor/assets/javascripts
folderGive write permissions to
wirispluginengine-X.Y.Z/cache
and towirispluginengine-X.Y.Z/formulas
directories to the web server user. Those folders will be used to store formula MathML codes and temporal images. If you prefer, you can configure the location of these folders (see section 3).
Server configuration file (configuration.ini) path
<wirispluginengine gem path>/configuration.ini