Installing Domino on Ubuntu - Phase 2
The next step of rebuilding my SUSE Linux Domino server as a Ubuntu Domino server was installing and setting up Domino. Many of these steps were taken from another web site . Log on as my main user and create the "notes" user. Note that almost every command listed here needs the "sudo" prefix so it can run as root. To save space, that is removed and just the command is listed. useradd -d /local/notesdata notes passwd notes -- then give the "notes" user a password mkdir /local mkdir /local/notesdata chown notes:notes /local/notesdata Change programs around as instructed: cd /bin rm -i sh -- answer "yes" to the prompt ln -s bash sh cd /user/bin ln -s mawk gawk FTP Domino from the server where I was holding it. I put it into my home "Documents" folder. I also FTP'd the ID files needed to recreate the server to the same directory. Then I needed to unpack the TAR file and install Domino 8.5.3: tar xvf lotus_dom...