Changes between Version 90 and Version 91 of Documentation/Community/Installation/InstallationGuide
- Timestamp:
- 03/08/12 14:27:25 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Community/Installation/InstallationGuide
v90 v91 5 5 The preferred way to install Zentyal on a new machine from scratch is using our tailored CD installer. This CD contains Zentyal and all its dependencies. The 2.2 version is based on Ubuntu Server 10.04 and is available for 32 and 64 bit architectures. 6 6 7 Stable: 8 7 9 - [https://sourceforge.net/projects/zentyal/files/zentyal-2.2-2-i386.iso/download Zentyal 2.2-2 32bit installer] [https://sourceforge.net/projects/zentyal/files/zentyal-2.2-2-i386.iso.md5/download md5]. 8 10 - [https://sourceforge.net/projects/zentyal/files/zentyal-2.2-2-amd64.iso/download Zentyal 2.2-2 64bit installer] [https://sourceforge.net/projects/zentyal/files/zentyal-2.2-2-amd64.iso.md5/download md5]. 11 12 Beta: 13 14 - [https://sourceforge.net/projects/zentyal/files/zentyal-2.3-i386.iso/download Zentyal 2.3 32bit installer] [https://sourceforge.net/projects/zentyal/files/zentyal-2.3-i386.iso.md5/download md5]. 15 - [https://sourceforge.net/projects/zentyal/files/zentyal-2.3-amd64.iso/download Zentyal 2.3 64bit installer] [https://sourceforge.net/projects/zentyal/files/zentyal-2.3-amd64.iso.md5/download md5]. 16 9 17 10 18 '''Note''': If you want to define the partition layout manually or you need to specify a proxy to get Internet access, make sure you install using the "expert mode". … … 42 50 43 51 Read the [wiki:Document/Announcement/2.2 2.2 Announcement] for more info. 52 53 == Zentyal 2.3 packages == 54 55 For Ubuntu 12.04 (Precise). You should install the server edition. 56 57 Add to your /etc/apt/sources.list: 58 {{{ 59 deb http://ppa.launchpad.net/zentyal/2.3/ubuntu precise main 60 }}} 61 62 In order to authenticate the packages in the PPA you can import its public key with the following command: 63 {{{ 64 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 10E239FF 65 }}} 66 67 You may also copy & paste this single command line in order to add the repository along with the key 68 {{{ 69 sudo apt-get install -y python-software-properties && sudo add-apt-repository ppa:zentyal/2.3 && sudo apt-get update 70 }}} 71 72 Read the [wiki:Document/Announcement/2.3 2.3 Announcement] for more info. 73 44 74 45 75 === Installing packages ===