Last modified by Pascal Robert on 2012/07/27 20:28

From version 18.1
edited by David Holt
on 2007/06/20 19:12
Change comment: There is no comment for this version
To version 19.1
edited by David Holt
on 2007/06/20 19:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  **Getting Started with BugTracker**
2 2  
3 -#Import the following source code folders from CVS according to the [[tutorial>>http://wiki.objectstyle.org/confluence/display/WOL/Project+Wonder+woa+with+Linked+Source]]. You may need to adjust the exact folders you import depending on the database you plan to use. In this case, I have added the FrontBase plugin as well as all the other frameworks that BugTracker expects to find in its build path:
3 +~1. Import the following source code folders from CVS according to the [[tutorial>>http://wiki.objectstyle.org/confluence/display/WOL/Project+Wonder+woa+with+Linked+Source]]. You may need to adjust the exact folders you import depending on the database you plan to use. In this case, I have added the FrontBase plugin as well as all the other frameworks that BugTracker expects to find in its build path:
4 4  
5 5  [[image:Context-023.jpg]]
6 6  [[image:Context-024.jpg]]
... ... @@ -8,31 +8,31 @@
8 8  
9 9  ----
10 10  
11 -#Check out the folders into their own projects in your workspace.
11 +2. Check out the folders into their own projects in your workspace.
12 12  
13 13  [[image:Context-026.jpg]]
14 14  
15 15  ----
16 16  
17 -#Your workspace should look roughly like this once it has completed rebuilding:
17 +3. Your workspace should look roughly like this once it has completed rebuilding:
18 18  
19 19  [[image:Context-027.jpg]]
20 20  
21 21  ----
22 22  
23 -#First order of business is to find your Properties file by turning off the filter that is on by default:
23 +4. First order of business is to find your Properties file by turning off the filter that is on by default:
24 24  
25 25  [[image:Context-028.jpg]]
26 26  
27 27  ----
28 28  
29 -#Uncheck the item selected in the image below:
29 +5. Uncheck the item selected in the image below:
30 30  
31 31  [[image:Context-029.jpg]]
32 32  
33 33  ----
34 34  
35 -#Change the properties located in the resources folder to match the requirements for your database. I use Frontbase. You can either set Global properties for your database, or by model as per the instructions in [[ERXConfigurationManager documentation>>http://webobjects.mdimension.com/wonder/api/er/extensions/ERXConfigurationManager.html]]
35 +6. Change the properties located in the resources folder to match the requirements for your database. I use Frontbase. You can either set Global properties for your database, or by model as per the instructions in [[ERXConfigurationManager documentation>>http://webobjects.mdimension.com/wonder/api/er/extensions/ERXConfigurationManager.html]]
36 36  
37 37  ~-~--
38 38  Changing the connection dictionary
... ... @@ -68,7 +68,7 @@
68 68  
69 69  ----
70 70  
71 -#Now we want to run the app. The Wonder team has set it up so that you can generate all necessary tables and populate them when you launch the BugTracker application for the first time using a special launch configuration.
71 +7. Now we want to run the app. The Wonder team has set it up so that you can generate all necessary tables and populate them when you launch the BugTracker application for the first time using a special launch configuration.
72 72  
73 73  You'll see BugTracker launch configurations for creating, creating without dropping, and normal launching. We need to select the BugTracker (create without drop) launch configuration for the initial setup.
74 74  
... ... @@ -76,19 +76,19 @@
76 76  
77 77  ----
78 78  
79 -#We do that by selecting Run as > Run...
79 +8. We do that by selecting Run as > Run...
80 80  
81 81  [[image:Context-032.jpg]]
82 82  
83 83  ----
84 84  
85 -#In the resulting dialog box, select BugTracker (create without drop). If you try to use (create) you'll get a bunch of errors complaining about lack of tables in the database.
85 +9. In the resulting dialog box, select BugTracker (create without drop). If you try to use (create) you'll get a bunch of errors complaining about lack of tables in the database.
86 86  
87 87  [[image:Context-033.jpg]]
88 88  
89 89  ----
90 90  
91 -#You'll see a long list of things being done in your console window that takes several minutes. When you get the final Done message, your database is set up and ready to go. You can log into your database to confirm that the tables have been magically created and populated.
91 +10. You'll see a long list of things being done in your console window that takes several minutes. When you get the final Done message, your database is set up and ready to go. You can log into your database to confirm that the tables have been magically created and populated.
92 92  
93 93  Now select BugTracker as your launch configuration to start the application:
94 94  
... ... @@ -96,10 +96,10 @@
96 96  
97 97  ----
98 98  
99 -#You should see a login screen. Your default administrative user is "admin" with password "admin"
99 +~11. You should see a login screen. Your default administrative user is "admin" with password "admin"
100 100  
101 101  [[image:Context-035.jpg]]
102 102  
103 103  ----
104 104  
105 -#Explore!!
105 +12. Explore!!