Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 576 Bytes

INSTALL.md

File metadata and controls

23 lines (12 loc) · 576 Bytes

#Install

Here is a short tutorial on how to get this project up and running.

Untar und ungzip dataset.tar.gz

tar xfvz dataset.tar.gz

Restore Dataset to your MongoDB (make sure you have mongodb-tools installed)

mongorestore --port <port number> dataset/

You can delete the extracted files now

rm -rf dataset/

Connect to your mongodb with the mongo client and confirm restore

use Wicket
db.product.find()

If you are using IntelliJ the artifact should already be configured. Just point the runscript to your Tomcat installation (works with tomcat8)