-
Install and configure Maven 3.5 : https://maven.apache.org
-
Install and configure JDK 8 : http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
-
Install MySQL then create a database named
hadithdb
. -
Configure the application to access the database created:
- In
src/resources/hibernate.cfg.xml
file, configure the fieldsurl
,username
andpassword
. - In
src/main/java/ontology/Config.java
file, configure the fieldsDB_URL
,DB_USER
andDB_PASSWD
.
- In
-
Configure Indexes folder value to an accessible one :
- In
src/resources/hibernate.cfg.xml
file,
- In
<property name="hibernate.search.default.indexBase">d:\indexes</property>