set WAR name in install properties, not build properties
[java-idp.git] / doc / INSTALL.txt
1 7/22/2005
2 Version 1.3
3
4 Binary distributions of the Shibboleth code are available.  Information 
5 on obtaining and installing binaries can be found at
6 http://shibboleth.internet2.edu/ .
7
8 Shibboleth Identity Provider Installation
9
10 The following commands should be issued to install the Shibboleth Identity 
11 Provider.  You will be prompted for configuration information, including the 
12 desired name of the IdP web aplication and the locations in which the IdP 
13 components should be installed.
14
15 $ export JAVA_HOME=(the path to your java installation)
16 $ cd shibboleth-idp-install
17 $ ./ant install
18
19 From this point forward, refer to the deploy guide for configuration details.