Skip to content

Commit

Permalink
[NEW] debian-5: Mention need to install Mail jars.
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed Jul 16, 2010
1 parent b5de53c commit 726fe4b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions OS-specific/debian-5/README.markdown
Expand Up @@ -256,7 +256,12 @@ This work-around is critical, otherwise WebObjects apps won't start cause they c
mkdir /opt/Local/Library/Frameworks && cd /opt/Local/Library/Frameworks
wget http://webobjects.mdimension.com/wonder/Wonder-latest-Frameworks-53.tar.gz
tar xfz Wonder-latest-Frameworks-53.tar.gz && rm Wonder-latest-Frameworks-53.tar.gz
exit

## (Optional) Install Mail Jars

If you have WebObejcts applications that send email, you'll probably need activation.jar and mail.jar.

scp activation.jar mail.jar root@example.com:/opt/Local/Library/WebObjects/Extensions

## (Optional) Install lsof

Expand Down Expand Up @@ -299,8 +304,4 @@ This work-around is critical, otherwise WebObjects apps won't start cause they c
+ gateway 12.34.56.71
</pre>
ifup eth0
cd /etc && hg addremove && hg ci -m 'change to static IP address'

## Update domain name

TODO
cd /etc && hg addremove && hg ci -m 'change to static IP address'

0 comments on commit 726fe4b

Please sign in to comment.