Revision 053c9799 BUILD.txt

b/BUILD.txt
84 84
# cp solr/bin/solr /etc/init.d/solr
85 85
# chmod +x /etc/init.d/solr
86 86
# update-rc.d solr defaults
87

  
88

  
89
Authentication
90
--------------
91

  
92
You need to have Shibboleth authentication set up in order to authenticate. The first step in the Shibboleth authentication process is a redirection to a WAYF (Where Are You From) server, for selecting the Identity Provider that has your credentials. You can read more about Shibboleth here: 
93

  
94
http://en.wikipedia.org/wiki/Shibboleth
95

  
96
Then point a browser to http://127.0.0.1:8080/pithos/ in order to connect to the service.
97

  
98
Alternatively, for development purposes, you can use a shortcut in the server to authenticate without Shibboleth. You have to manually initialize a user entry in the database first (using SQL insert) and then set its username in the testUsername property of the jboss\conf\gss.properties configuration file. You can find it deployed in JBOSS_HOME\server\default\conf\gss.properties. The proper URL for using in this scenario is the following, which can be also found in the GWT hosted mode launch configuration:
99

  
100
http://127.0.0.1:8080/pithos/login?next=http://127.0.0.1:8080/pithos/

Also available in: Unified diff