Changeset 2886

Show
Ignore:
Timestamp:
09/30/09 10:59:50 (2 years ago)
Author:
jukka
Message:

Added instructions for upgrading kupu to INSTALL.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/INSTALL.txt

    r2738 r2886  
    77 * Zope 2.8-2.9 (as required by your version of Plone) 
    88 * Python 2.4.x (as required by your version of Zope) 
    9  
     9 * Kupu 1.4 -> (http://plone.org/products/kupu/releases)  
    1010 
    1111Installing LeMill for the first time 
     
    2222   that Zope uses. 
    2323 
    24 2. Download the LeMill archive and extract it into the Products/LeMill 
     242. Install newer version of Kupu over Plone's default kupu version. (required for LeMill 3.0 onwards) Download the latest package from http://plone.org/products/kupu/releases and extract it. Remove old Products/kupu -folder and replace it with the new one.  
     25 
     263. Download the LeMill archive and extract it into the Products/LeMill 
    2527   folder of your Zope instance. 
    2628 
    27 3. Make sure the Python Imaging Library (PIL) is installed. You can get it 
     294. Make sure the Python Imaging Library (PIL) is installed. You can get it 
    2830   from here: http://www.pythonware.com/products/pil/. 
    2931 
    30 4. Enable Captcha-based spam protection in LeMill. 
     325. Enable Captcha-based spam protection in LeMill. 
    3133   Different Captcha solutions can be used in LeMill (some of them might 
    3234   require changing product code LeMill product code). 
     
    4850       won't check that your domain matches that of the keys. 
    4951 
    50    4b. Install the pycaptcha Python package to enable Captcha-based spam 
     52   5b. Install the pycaptcha Python package to enable Captcha-based spam 
    5153       protection.  Download the egg from 
    5254       http://pypi.python.org/pypi/PyCAPTCHA/0.4 (for Python 2.4) and 
     
    6466           import Image". pyCaptcha will then work with and without Zope. 
    6567 
    66 5. Sign up for Google Maps API key from http://code.google.com/apis/maps/signup.html  
     686. Sign up for Google Maps API key from http://code.google.com/apis/maps/signup.html  
    6769   and add it to your Zope instance zope.conf file into <product-config lemill> tag: 
    6870    
    6971   google_maps_api_key APIKEY 
    7072 
    71 6. Start Zope. 
     737. Start Zope. 
    7274 
    73 7. Using your browser go to the ZMI (Zope Management Interface), which 
     758. Using your browser go to the ZMI (Zope Management Interface), which 
    7476   usually is something like http://localhost:8080/manage. On the main 
    7577   window, open the drop-down menu on the right and select "Plone 
     
    8082   LeMill site. 
    8183 
    82 8. After this you should be able to access your LeMill by going to 
     849. After this you should be able to access your LeMill by going to 
    8385   http://localhost:8080/id (where "id" is the id you chose when 
    8486   creating the environment). 
    8587 
    86 9. If you plan on running a production system, we suggest the 
     8810. If you plan on running a production system, we suggest the 
    8789   following additional operations: 
    8890 
     
    9698     caching parameters and improve performance. 
    9799 
    98 10. (Optional) If you want to generate mathematical formulas without 
     10011. (Optional) If you want to generate mathematical formulas without 
    99101   depending on an external web service, you'll need to install a 
    100102   working LaTeX environment into the same server, and you also need 
    101103   to install the LocalFS Zope product into your Zope environment. 
    102104 
    103 11. (Optional) If you want to generate PDF files from collections, 
     10512. (Optional) If you want to generate PDF files from collections, 
    104106   you will need to install additional component to the python 
    105107   being used by your instance. You can download the latest version