public
Description: semantic repository service is intended for indexing content from different sources and maintain multi indexes for different types of content and perform different types of search. yet another solr type indexing service on top of lucene but it will gradually support content versioning and more semantic search result.
Homepage: http://hasan.we4tech.com
Clone URL: git://github.com/we4tech/semantic-repository.git
changed readme file with useful information
nhm tanveer hossain khan (hasan) (author)
Sat Apr 19 01:37:06 -0700 2008
commit  c5ea8f017b38619003620d27004221b763228e79
tree    def2271424f82d753d31ca24758e93ae1440cd69
parent  c1495c09e6620bfdd0f976c96001676b59e49479
...
1
2
3
4
5
6
7
8
 
 
9
10
11
12
13
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
 
 
 
 
 
4
5
6
 
 
 
 
 
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
0
@@ -1,14 +1,28 @@
0
 ~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\
0
 Installation -
0
 ~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\
0
-* execute the following command -
0
-mvn install -Dtest=false
0
-* extract "indexer-beans.xml" file from "idea-repository-core" module and place
0
- in classpath with the following edited value -
0
- - set new "location" for "fsDirectory" bean.
0
+* build the whole project
0
+ mvn install -Dtest=false
0
 
0
-~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\
0
-dependency -
0
-~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\
0
-* manually install ibatis2 dependency problem.
0
-* required library - ibatis2-sqlmap-2.3.0.jar
0
+* make package executing the following command -
0
+ ./make-package
0
+
0
+* you will find the built project under "release-package/CURRENT" directory
0
+
0
+* if you want to deploy the project just copy CURRENT directory
0
+ or take the built JAR file.
0
+
0
+* you will find CURRENT/config directory
0
+
0
+* change database-configuration.properties
0
+
0
+* change index-configuration.properties
0
+
0
+server startup script is depending on ruby, so you must have ruby installed,
0
+if you don't like this script please contribute, i am not shell scripting expert :)
0
+
0
+* to run server
0
+ ./server start
0
+
0
+* to stop server
0
+ ./server stop

Comments

    No one has commented yet.