Changes between Version 90 and Version 91 of Documentation/Community/Installation/InstallationGuide

Show
Ignore:
Timestamp:
03/08/12 14:27:25 (15 months ago)
Author:
jacalvo@… (IP: 95.18.184.102)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Community/Installation/InstallationGuide

    v90 v91  
    55The 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. 
    66 
     7Stable: 
     8 
    79 - [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]. 
    810 - [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 
     12Beta: 
     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 
    917 
    1018'''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". 
     
    4250 
    4351Read the [wiki:Document/Announcement/2.2 2.2 Announcement] for more info. 
     52 
     53== Zentyal 2.3 packages == 
     54 
     55For Ubuntu 12.04 (Precise). You should install the server edition. 
     56 
     57Add to your /etc/apt/sources.list: 
     58{{{ 
     59deb http://ppa.launchpad.net/zentyal/2.3/ubuntu precise main 
     60}}} 
     61 
     62In order to authenticate the packages in the PPA you can import its public key with the following command: 
     63{{{ 
     64sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 10E239FF 
     65}}} 
     66 
     67You may also copy & paste this single command line in order to add the repository along with the key 
     68{{{ 
     69sudo apt-get install -y python-software-properties && sudo add-apt-repository ppa:zentyal/2.3 && sudo apt-get update 
     70}}} 
     71 
     72Read the [wiki:Document/Announcement/2.3 2.3 Announcement] for more info. 
     73 
    4474 
    4575=== Installing packages ===