Domino 8 Ubuntu Quickstart
Domino 8 on Ubuntu 8.04 (Author: Michael Kohler)
- Install Ubuntu 8.04.*
- TAKE THE DEFAULTS*
$ sudo apt-get install libstdc++5
$ sudo apt-get install java6-sdk
$ sudo useradd notes
$ sudo passwd notes
$ sudo xhost +local:notes
$ cd linux/domino
$ sudo ./install- Install the Domino Server as Required.
- Logon as notes:
$ declare –x DISPLAY=:0.0
$ cd /local/notesdata (if defaults were taken)
$ /opt/ibm/lotus/bin/server - Start the Domino Server:
$ cd /local/notesdata (if defaults were taken)
$ /opt/ibm/lotus/bin/server
(–jc will enable the java console)
Comments