Changeset 2886
- Timestamp:
- 09/30/09 10:59:50 (2 years ago)
- Files:
-
- trunk/docs/INSTALL.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/INSTALL.txt
r2738 r2886 7 7 * Zope 2.8-2.9 (as required by your version of Plone) 8 8 * Python 2.4.x (as required by your version of Zope) 9 9 * Kupu 1.4 -> (http://plone.org/products/kupu/releases) 10 10 11 11 Installing LeMill for the first time … … 22 22 that Zope uses. 23 23 24 2. Download the LeMill archive and extract it into the Products/LeMill 24 2. 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 26 3. Download the LeMill archive and extract it into the Products/LeMill 25 27 folder of your Zope instance. 26 28 27 3. Make sure the Python Imaging Library (PIL) is installed. You can get it29 4. Make sure the Python Imaging Library (PIL) is installed. You can get it 28 30 from here: http://www.pythonware.com/products/pil/. 29 31 30 4. Enable Captcha-based spam protection in LeMill.32 5. Enable Captcha-based spam protection in LeMill. 31 33 Different Captcha solutions can be used in LeMill (some of them might 32 34 require changing product code LeMill product code). … … 48 50 won't check that your domain matches that of the keys. 49 51 50 4b. Install the pycaptcha Python package to enable Captcha-based spam52 5b. Install the pycaptcha Python package to enable Captcha-based spam 51 53 protection. Download the egg from 52 54 http://pypi.python.org/pypi/PyCAPTCHA/0.4 (for Python 2.4) and … … 64 66 import Image". pyCaptcha will then work with and without Zope. 65 67 66 5. Sign up for Google Maps API key from http://code.google.com/apis/maps/signup.html68 6. Sign up for Google Maps API key from http://code.google.com/apis/maps/signup.html 67 69 and add it to your Zope instance zope.conf file into <product-config lemill> tag: 68 70 69 71 google_maps_api_key APIKEY 70 72 71 6. Start Zope.73 7. Start Zope. 72 74 73 7. Using your browser go to the ZMI (Zope Management Interface), which75 8. Using your browser go to the ZMI (Zope Management Interface), which 74 76 usually is something like http://localhost:8080/manage. On the main 75 77 window, open the drop-down menu on the right and select "Plone … … 80 82 LeMill site. 81 83 82 8. After this you should be able to access your LeMill by going to84 9. After this you should be able to access your LeMill by going to 83 85 http://localhost:8080/id (where "id" is the id you chose when 84 86 creating the environment). 85 87 86 9. If you plan on running a production system, we suggest the88 10. If you plan on running a production system, we suggest the 87 89 following additional operations: 88 90 … … 96 98 caching parameters and improve performance. 97 99 98 1 0. (Optional) If you want to generate mathematical formulas without100 11. (Optional) If you want to generate mathematical formulas without 99 101 depending on an external web service, you'll need to install a 100 102 working LaTeX environment into the same server, and you also need 101 103 to install the LocalFS Zope product into your Zope environment. 102 104 103 1 1. (Optional) If you want to generate PDF files from collections,105 12. (Optional) If you want to generate PDF files from collections, 104 106 you will need to install additional component to the python 105 107 being used by your instance. You can download the latest version
