Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.21 KB

DesktopSearch

A WebApp to browse directories in a cool fashion. It is written in XQuery using RESTXQ-API of BaseX-Server-Architecture. This is a web application to be used with BaseX, to launch refer aswell to BaseX Web Applications.

screenshot of DesktopSearch interface

Getting Started

Check out the project using

$ git clone git://github.com/arolle/DesktopSearch.git

And start the web server inside the project via

$ cd DesktopSearch && mvn jetty:run

Head your browser to http://admin:admin@localhost:8984/ (default credentials are admin/admin)

Add custom Databases

To create new databases representing a directory structure use the FSML project:

$ git clone git://github.com/holu/fsml.git

package it with Maven ($ mvn package) and create the XML using

$ java -jar fsml-1.0-SNAPSHOT-jar-with-dependencies.jar [dbname] [path] [exclude-from-path]

Place the created database inside the data folder of the DesktopSearch project. It will then be selectable as data source in the frontend.