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
semantic-repository / development
development/README
~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\
Installation -
~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\
* build the whole project
  mvn install -Dtest=false

* make package executing the following command -
  ./make-package

* you will find the built project under "release-package/CURRENT" directory

* if you want to deploy the project just copy CURRENT directory
  or take the built JAR file.

* you will find CURRENT/config directory

* change database-configuration.properties

* change index-configuration.properties

server startup script is depending on ruby, so you must have ruby installed,
if you don't like this script please contribute, i am not shell scripting expert :)

* to run server
  ./server start

* to stop server
  ./server stop