source: gs3-extensions/webswing/trunk/README.txt@ 36498

Last change on this file since 36498 was 36498, checked in by davidb, 20 months ago

Initial set of instructions

File size: 660 bytes
Line 
1# Installation
2
3This extension can be added to Greenstone3 by running
4
5 cd web
6 ./INSTALL.sh
7 cd ..
8
9
10# Compilation
11
12The extension ships with a ready-to-go JAR/WAR file, and so no
13compilation is actually needed to install and use webswing
14
15However, if you do want to compile up theextension, then you need
16Maven and NodeJS installed.
17
18For example, using version of these command-line tools that are known
19to work:
20
21 #
22 # One time only setup
23 #
24 pushd ../../ext-cli
25 ./get-selfcontained-mvn.sh
26 ./get-selfcontained-nodejs.sh
27 popd
28
29 #
30 # When starting a new terminal
31 #
32 pushd ../..
33 . ./gs3-setup-cli.sh
34 popd
35
36
Note: See TracBrowser for help on using the repository browser.