Zentyal 4 is based on Ubuntu 14 but when I tried to install it on XenServer it wouldn't work so I went via an Ubuntu 14 install.
The process I followed was:
The process I followed was:
- Install Ubuntu 14 (see other post)
- Setup a new template for Ubuntu 14
- Install Ubuntu
- Add the Zentyal repositories (see official guide):
- sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
- echo "deb http://archive.zentyal.org/zentyal 4.0 main" | sudo tee -a /etc/apt/sources.list
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 10E239FF
- wget -q http://keys.zentyal.org/zentyal-4.0-archive.asc -O- | sudo apt-key add -
- sudo apt-get update
- Install Zentyal:
- sudo apt-get install zentyal
- Connect to the Zentyal web interface and complete the installation wizard
https://<Zentyal server website>:8443/
No comments:
Post a Comment