-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Dávid Lupták edited this page Nov 9, 2021
·
4 revisions
Welcome to the MathMLCanEval wiki!
The project is build as Maven project from the root directory:
mvn clean install
Frontend:
cd mathmlcaneval-frontend/
mvn tomcat7:run
Alternatively, you can try the following:
- Download Apache Tomcat
- Install Apache Tomcat (follow instructions in the downloaded archive), typically (it may differ based on your platform)
- Unpack the downloaded archive to a desired location (e.g.
/opt) - Make all scripts in Tomcat’s
./bindirectory executable
sudo chmod +x ./bin/*.sh - Unpack the downloaded archive to a desired location (e.g.
- Start Tomcat
./bin/startup.sh
-
Open web browser at http://localhost:8080/ to check if it's running
-
Copy the built
mathmlcaneval-frontend-*.warfile frommathmlcaneval-frontend/target/directory to Tomcat's./webapps/directory (and thewararchive will be automatically unpacked and the application deployed) -
Open web browser at http://localhost:8080/application-name (where
application-nameis the filename of thewaror context path specified inpom.xml?)
NB: it's also worth to configure user credentials in Tomcat's
./conf/tomcat-users.xml