Wiki source code of Installing a deployment environment on Debian or Ubuntu releases from 2008 to 2016
Last modified by D Tim Cummings on 2023/09/26 07:19
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | == Available packages == | ||
2 | |||
3 | The JavaMonitor and wotaskd is available for ubuntu hardy/lucid/oneiric/precise/quantal/trusty, debian squeeze/wheezy/sid and Raspbian (Wheezy/armhf). The adaptor is built for amd64/i386 on Ubuntu Oneiric/Precise/Quantal (Lucid i386 only), Debian Squeeze (Wheezy/Sid amd64 only) and Raspbian (Wheezy/armhf). There is also a webobjects package, on which the JavaMonitor and wotaskd packages depend. | ||
4 | |||
5 | == Importing the APT key == | ||
6 | |||
7 | The APT key works for both distributions. You can import it by running following command: | ||
8 | |||
9 | {{code}} | ||
10 | $ wget -qO- http://packages.wocommunity.org/ubuntu/signature.gpg | sudo apt-key add - | ||
11 | |||
12 | {{/code}} | ||
13 | |||
14 | == Adding the APT data source == | ||
15 | |||
16 | Set DIST and SUITE according to your system: | ||
17 | |||
18 | {{code}} | ||
19 | $ DIST=ubuntu | ||
20 | $ SUITE=trusty | ||
21 | $ echo "deb [allow-insecure=yes] http://packages.wocommunity.org/$DIST $SUITE main" | sudo tee /etc/apt/sources.list.d/wocommunity.list | ||
22 | $ sudo apt-get update | ||
23 | $ sudo apt-get install libapache2-mod-wo projectwonder-javamonitor projectwonder-wotaskd | ||
24 | |||
25 | {{/code}} | ||
26 | |||
27 | == Notes == | ||
28 | |||
29 | The webobjects package default is to fetch the WebObjects543.dmg from the Apple servers and then to install the System frameworks to /usr/share/webobjects. If you have a local or closer mirror of that image, you can change this default value in the debconf database by importing [[attach:webobjects-local-dmg.debconf]]before the installation: | ||
30 | |||
31 | {{code}} | ||
32 | $ cat webobjects-local-dmg.debconf | sudo debconf-set-selections | ||
33 | |||
34 | {{/code}} | ||
35 | |||
36 | The WebObjectsDocumentRoot is in /var/lib/webobjects/htdocs |