Wiki source code of Installing WOLips
Last modified by Denis Frolov on 2011/12/05 09:55
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | == Method 1: Eclipse Update Manager Install (Preferred Method) == | ||
2 | |||
3 | This method is more work, but gives you total control over what you install. This is a good place to start if you already have Eclipse installed, or don't meet the system requirements for the all-in-one installer above. | ||
4 | |||
5 | * [[doc:WOL.Home.WOLips.Install WOLips with Eclipse Update Manager.WebHome]] | ||
6 | |||
7 | == Method 2: All-In-One Turn-Key Installer (Mac OS X 10.5.2+ Only) == | ||
8 | |||
9 | {{warning title="Currently Not Working on Snow Leopard"}} | ||
10 | Please be aware that the installer have Eclipse/WOLips 3.4, when most people are using Eclipse/WOLips 3.5, 3.6 or 3.7. | ||
11 | {{/warning}} | ||
12 | |||
13 | In addition to Eclipse and the WOLips plugins, this incredibly useful installer contains the Project WOnder Frameworks, Frontbase Database and JDBC Driver, and many other tools and examples useful for WebObjects developers just getting started, or just getting started with WOLips. | ||
14 | |||
15 | The pkg installer includes the following components: | ||
16 | |||
17 | * Eclipse 3.4 | ||
18 | * WOLips (stable rev) | ||
19 | * Standard EOGenerator Templates | ||
20 | * WOTaskd and JavaMonitor launchd scripts | ||
21 | * Wonder Frameworks (as in pure frameworks) | ||
22 | * Wonder Framework Jars (in case you prefer the embedded kind...) | ||
23 | * Wonder API Documentation | ||
24 | * Wonder RuleModeler | ||
25 | * Jadclipse | ||
26 | * Standalone Entity Modeler | ||
27 | * Frontbase Database + JDBC adaptor + Management Apps + Autostart | ||
28 | * Uninstaller | ||
29 | |||
30 | This Package requires: | ||
31 | |||
32 | * Around 350MB disk space | ||
33 | * Apple Mac OS X 10.5.2+ (Leopard) | ||
34 | * Apple Xcode 3.0+ Developer Tools (Included on the Mac OS X 10.5 (Leopard) Installer DVD) | ||
35 | |||
36 | You can download the All-In-One installer from: | ||
37 | |||
38 | * [[.Mac>>url:http://idisk.mac.com/jeremymatthews-Public/Eclipse+WOLips.zip?disposition=download+6674||shape="rect"]] | ||
39 | (faster - in Dec 2009) | ||
40 | * [[sisuworks.com>>url:http://sisuworks.com/files/Eclipse+WOLips.zip||shape="rect"]] | ||
41 | (slower - in Dec 2009) | ||
42 | |||
43 | == Method 3: Getting Source Code == | ||
44 | |||
45 | The WOLips source code repository is hosted on Github. To download the sources use | ||
46 | |||
47 | {{code 0="none"}} | ||
48 | git clone https://github.com/wolips/wolips.git WOLips | ||
49 | {{/code}} | ||
50 | |||
51 | This will give you read-only access. | ||
52 | |||
53 | == WOLips Continuous Build Server == | ||
54 | |||
55 | Continuous builds of WOLips are maintained in several forms at [[http:~~/~~/webobjects.mdimension.com/wolips/>>url:http://webobjects.mdimension.com/wolips/||shape="rect"]]. |