Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorafinkbein2008-03-14 20:07:43 +0000
committerafinkbein2008-03-14 20:07:43 +0000
commit616bebb4f15b5d9f8c8493be8814d92502266200 (patch)
tree4e49a4bb6f7b1099328ae297fed5522485e8729b /org.eclipse.osee.ats.config.demo/README.txt
parent65ca3726f73f0f1f43a86579ec5cb9bc15770152 (diff)
downloadorg.eclipse.osee-616bebb4f15b5d9f8c8493be8814d92502266200.tar.gz
org.eclipse.osee-616bebb4f15b5d9f8c8493be8814d92502266200.tar.xz
org.eclipse.osee-616bebb4f15b5d9f8c8493be8814d92502266200.zip
svn merge -r 10416:10844"https://dev.eclipse.org/svnroot/technology/org.eclipse.osee/branches/MS_0.1.5_20080304/org.eclipse.osee.ats.config.demo@HEAD" "/lba_ws/osee_common/workspaces/trunkbased_rc/plugins/org.eclipse.osee.ats.config.demo" --username "afinkbein"
Diffstat (limited to 'org.eclipse.osee.ats.config.demo/README.txt')
-rw-r--r--org.eclipse.osee.ats.config.demo/README.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/org.eclipse.osee.ats.config.demo/README.txt b/org.eclipse.osee.ats.config.demo/README.txt
index dc6dc0c2431..93e54f98917 100644
--- a/org.eclipse.osee.ats.config.demo/README.txt
+++ b/org.eclipse.osee.ats.config.demo/README.txt
@@ -26,3 +26,29 @@ To create sample Actions written against XYZ configured items:
This will create approx 38 sample Actions transitioned to different states and assigned
to fictitious users.
+-----------------
+
+OSEE Demo Installer
+
+This installer will install the open source PostgreSQL (http://www.postgresql.org/) database, a demo version of the database and a copy of OSEE. If you already have PostgreSQL or OSEE installed, it will un-install and re-install fresh.
+
+- Ensure you have Java 1.5.0 installed (http://java.sun.com/j2se/1.5.0/)
+- Download the installer zip to your harddrive
+- Double-click to open and then double-click the self-extracting jar
+- After un-packed, an OSEE Installer window will appear.
+- Accept the installation directory or choose your own
+- If you already have PostGreSQL installed, it will be removed (NOTE: Windows will sometimes hang on the PostGreSQL un-install, simply kill and restart the installer and you should be ok
+- After a successful installation, you should have an OSEE icon on your desktop
+
+OSEE Demo Quickstart
+
+- During launch OSEE, you will want to sign in with the name "Terry Stevens" or "Jason Baker" and with "osee" entered in the password and domain. This will run your instance of OSEE as that person.
+
+- After launch of OSEE, you will be in the Resource perspective
+- Select Open Perspective and select Define
+- The Artifact Explorer shows the requirements that have been imported and stored
+
+- Select Open Perspective and select ATS
+- Select "My World" in the ATS Navigator. This shows all of the Actions (Change Requests) that are assigned to you
+
+A more detailed description of the Demo will be provided at http://www.eclipse.org/osee/ \ No newline at end of file

Back to the top