We recommend building and running from source. This should be straightforward and is the most functional in terms of troubleshooting and bug-fixing. User manuals can be found at http://bmkeg.github.io/sciKnowMine.
- Clone the
bmkeg-parent
project from github to set all the dependency versions and repositories:git clone https://github.com/BMKEG/bmkeg-parent
- Clone the
sciKnowMine
project. This is just the wrapper for the web application.git clone https://github.com/BMKEG/sciKnowMine
- If you want to build all server + client elements from scratch, see our sciKnowMineProject Github page.
cd sciKnowMine
- change directories into the project folder.mvn clean package
- build the project- If you would like to run the system immediately, use
mvn jetty:run-war
to run the project from the built war-file. We recommend deployingtarget/sciKnowMine.war
file to a JavaEE web application server (Tomcat) to run the system in a production environment. - Point your browser to
http://localhost:8080/sciKnowMine
to see the following screenshot.