Wiki source code of Wirehose-Installation
Last modified by Pascal Robert on 2007/09/03 20:31
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Installation = | ||
2 | |||
3 | Download the **WireHoseServerX.X.dmg** disk image to anywhere on your system, and double-click it to open. Inside you'll find the **WireHoseFrameworks.pkg** installer, which will guide you through installing the WireHose frameworks onto your system. You'll need an administrator password to run the installer. | ||
4 | Inside the WireHoseServerX.X disk image you'll also find a folder called **WireHoseExtras**, which contains sample files and source code. Drag this folder anywhere you like (such as your home directory). | ||
5 | |||
6 | = What gets installed where = | ||
7 | |||
8 | == /Library/Frameworks == | ||
9 | |||
10 | ;WireHoseBase:Enterprise object model, business logic and utility classes; required for any WireHose application | ||
11 | ;WireHoseEngageSupport:Optional access control framework | ||
12 | ;WireHoseLayoutSupport:WebObjects components, direct actions and session and web application helper classes | ||
13 | ;WHFrontBasePrototypes, WHOpenBasePrototypes, WHOraclePrototypes:Database attribute definitions | ||
14 | ;WireHoseWOBuilderBindings:Xcode project and dummy framework to help WebObjects Builder properly display WireHose component bindings | ||
15 | |||
16 | == /Library/WebServer/Documents/WebObjects/Frameworks == | ||
17 | |||
18 | ;WireHoseLayoutSupport:Common images | ||
19 | |||
20 | == ~~/WireHoseExtras == | ||
21 | |||
22 | ;Developer:Templates you should put into ~~/Developer | ||
23 | ;Documentation:API documentation, developer overview, database setup, tREADME, etc. | ||
24 | ;SampleCode:Sample applications and frameworks | ||
25 | ;SampleData:Sample XML data, mapping models and SQL setup scripts | ||
26 | |||
27 | //Starting content used with permission of Gary Teter. WireHose and the eyeball-and-arrows logo are trademarks of Gary Teter.// |