Changes between Version 1 and Version 2 of InstallationInstructions


Ignore:
Timestamp:
Jul 7, 2010 2:50:26 PM (14 years ago)
Author:
maylill.sande
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationInstructions

    v1 v2  
    22== How to install Magnolia ==
    33
    4 1. Setting up Eclipse for Magnolia
     4'''1. Setting up Eclipse for Magnolia
     5'''
    56
    67Note the Eclipse version.
    78
    8 Make the catalogue
     9Make the catalogue "Magnolia". This is recommended, but not necessary.
     10
     11Download Eclipse from http://www.eclipse.org/downloads
     12Choose Eclipse RCP/Plug-in Developers 3.5 32-bit Java with 32-bit Eclipse (These choices will make sense when you see the Eclipse website.) Download the package to the newly created Magnolia catalogue.
     13
     14Go to a terminal and move to the catalogue Magnolia. Unpack Eclipse by writing "tar xzvf [name of downloaded package]" in a terminal.
     15
     16If you have 64-bit Linux installed on your machine, skip this next step. Otherwise (if you have 32-bit Linux) open the file eclipse.ini in the newly unpackaged catalogue and change the line containing "-vmargs" from "-vmargs" to -"vmargs -Xss8m". You can open the eclipse.ini file in e.g. Emacs.
     17
     18If you have 64-bit Linux or another operating system these settings will be changed later in the installation procedure.