Skip to content

An app package with shared resources used by several eXist-db applications

Notifications You must be signed in to change notification settings

tgraham-antenna/shared-resources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shared-resources

An app package with shared resources used by several eXist-db applications

Building

The latest version of shared-resources is included with eXist-db, though this might not be the newest version. You can install a newer or second version of shared-resources by deploying it directly into the database.

To build shared-resourcese from scratch, you should first clone shared-resources into a directory, e.g.:

 git clone git:https://github.com/eXist-db/shared-resources.git shared-resources
 cd shared-resources
 git submodule update --init --recursive

Next, call ant on the build.xml file in shared-resources:

 ant

You should now find a .xar file in the build directory:

 build/shared-resources-0.3.0.xar

The .xar file is an installable package containing shared-resources. You can install this into any eXist-db instance using the application repository manager in the dashboard.

About

An app package with shared resources used by several eXist-db applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.8%
  • CSS 23.6%
  • XQuery 17.6%