Pages

Showing posts with label part3. Show all posts
Showing posts with label part3. Show all posts

Thursday, March 14, 2013

Installing Zimbra OSE on Ubuntu Server 12.04 LTS - Part 3

Software Configurations


  1. Start the Ubuntu server and connect using PuTTY.
  2. At the login prompt, login with your administrator account (administrator / myadminpass) and then type su and the root password (myrootpass)
  3. At the $ prompt, type aptitude -y install vim-nox for use instead of the built-in VI editor. more info
  4. At the $ prompt, type aptitude -y install bind9 to install a local DNS server.
  5. At the $ prompt, type aptitude -y install p7zip-full to install 7-zip archive utility.
  6. Type dpkg-reconfigure dash and answer No
  7. Remove AppArmor to avoid problems by typing the following:
    Code:
    /etc/init.d/apparmor stop
    update-rc.d -f apparmor remove
    aptitude remove apparmor apparmor-utils
  8. Reboot the server by typing reboot