Revision: 18544
          http://sourceforge.net/p/gate/code/18544
Author:   ian_roberts
Date:     2015-01-23 10:37:09 +0000 (Fri, 23 Jan 2015)
Log Message:
-----------
Notes about the default passwords, which I thought were mentioned elsewhere in 
the documentation but I now can't find

Modified Paths:
--------------
    teamware/trunk/README.txt

Modified: teamware/trunk/README.txt
===================================================================
--- teamware/trunk/README.txt   2015-01-23 02:19:49 UTC (rev 18543)
+++ teamware/trunk/README.txt   2015-01-23 10:37:09 UTC (rev 18544)
@@ -21,7 +21,7 @@
    need to specify -Dinstance.project.dir=/path/to/instance/directory in
    addition to the instance.name setting.
 
-The rest of this guide will assume that cloud-tw instance has been used.
+The rest of this guide will assume that the default "teamware" instance has 
been used.
 
 You can build a teamware installer package by performing:
 ant -propertyfile install.properties dist
@@ -32,7 +32,7 @@
 For development purposes, you can use the steps below:
 
 1. make a local copy of the build.properties file and name it as
-   ${instance.name}-build.properties, e.g cloud-tw-build.properties.
+   ${instance.name}-build.properties, e.g teamware-build.properties.
    Change entries according to your environment, e.g mysql db user name or
    password
    
@@ -42,27 +42,32 @@
 (or .../gate/teamware/branches/X if you are working on a branch)
 
 Execute the following from teamware root dir:
-ant -Dinstance.name=cloud-tw install
 
+    ant install
+
 4. In development, when you make some changes and want to call deploy of the 
all teamware components:
 Execute the following from teamware root dir:
-ant -Dinstance.name=cloud-tw clean undeploy-all deploy-all
+ant clean undeploy-all deploy-all
 Alternatively, if you are developing the specific component, e.g docservice, or
 executive do the following.
 Execute the following from component dir, for example:
 cd executive
-ant -Dinstance.name=cloud-tw clean undeploy deploy
+ant clean undeploy deploy
 The exceptions are JWS applications where you would need to to do the 
following:
 cd annotator-gui
-ant -Dinstance.name=cloud-tw clean war deploy
+ant clean war deploy
      
 5. start your tomcat6 which lives at teamware/tomcat6, 
 cd tomcat6/bin
 ./catalina.sh run (under linux)
 catalina run (under windows)
 
-6. You can access application at: 
-http://localhost:8080/cloud-tw/executive
+6. You can access application at: http://localhost:8080/cloud-tw/executive
 
+7. For a clean installation, the default password for both the "admin" and
+   "superadmin" users is "teamware" (without quotes).  You can change your
+   password via the "Edit profile" option on the home page, and create
+   additional user accounts (e.g. for annotators) from the "Admin" menu.
 
 
+

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to