| 1 | ================================== |
|---|
| 2 | Installing eduCommons $$version$$ |
|---|
| 3 | ================================== |
|---|
| 4 | |
|---|
| 5 | Download the eduCommons $$version$$ release, available at: |
|---|
| 6 | |
|---|
| 7 | :: |
|---|
| 8 | |
|---|
| 9 | http://sourceforge.net/projects/educommons/files/educommons/eduCommons-3.2.1-final/educommons.buildout-3.2.1-final.tar.gz/download |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | Unarchive the package to a directory which will serve as your buildout directory. Change directories and run the bootstrap script: |
|---|
| 14 | |
|---|
| 15 | :: |
|---|
| 16 | |
|---|
| 17 | cd eduCommons |
|---|
| 18 | /usr/local/python2.4 bootstrap.py |
|---|
| 19 | (in some envoronments the command will be /usr/local/bin/python2.4 bootstrap.py) |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | Then run the buildout script to download all the required packages and set up the eduCommons application: |
|---|
| 23 | |
|---|
| 24 | :: |
|---|
| 25 | |
|---|
| 26 | bin/buildout |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | Or run the same buildout script above, plus the Selenium test runner (needed to run acceptance tests): |
|---|
| 30 | |
|---|
| 31 | :: |
|---|
| 32 | |
|---|
| 33 | bin/buildout -c tests.cfg |
|---|
| 34 | |
|---|
| 35 | |
|---|
| 36 | Once you have the buildout ready you can launch it using the following: |
|---|
| 37 | |
|---|
| 38 | :: |
|---|
| 39 | |
|---|
| 40 | bin/instance start |
|---|
| 41 | |
|---|
| 42 | |
|---|
| 43 | Or to launch in the foreground of your console: |
|---|
| 44 | |
|---|
| 45 | :: |
|---|
| 46 | |
|---|
| 47 | bin/instance fg |
|---|
| 48 | |
|---|
| 49 | |
|---|
| 50 | You should now be able to open a browser and go to the ZMI with the following URL |
|---|
| 51 | (assuming that you configured Zope to run on port 8080) |
|---|
| 52 | |
|---|
| 53 | :: |
|---|
| 54 | |
|---|
| 55 | http://<server name>:8080/manage |
|---|
| 56 | |
|---|
| 57 | |
|---|
| 58 | You should then get a dialog prompt asking for your Zope admin username and password. The default username/password for the buildout is admin/test1234. |
|---|
| 59 | |
|---|
| 60 | Install eduCommons Product in Your Zope Instance |
|---|
| 61 | ================================================ |
|---|
| 62 | |
|---|
| 63 | Once you have logged into the ZMI via the management interface, you are now ready |
|---|
| 64 | to create the site. Start by creating a plone site with the pull down menu in the |
|---|
| 65 | top right corner. Give the plone site an ID and title. The ID will be used in the |
|---|
| 66 | URL to access the site, so name it appropriately. The title will appear several |
|---|
| 67 | places within the eduCommons install, and should be based on your group or institution.</p> |
|---|
| 68 | Under "Extension Profiles" you need to do a multi-select (hold down the CTRL or the |
|---|
| 69 | Command key). Select the following so they are all highlighted: |
|---|
| 70 | |
|---|
| 71 | 1. PloneBookmarklets |
|---|
| 72 | 2. ContentLicensing |
|---|
| 73 | 3. IMSTransport |
|---|
| 74 | 4. OpenSearch |
|---|
| 75 | 5. OAI Intercom |
|---|
| 76 | 6. SearchAndReplace |
|---|
| 77 | 7. Zip File Transport |
|---|
| 78 | 8. Left Skin |
|---|
| 79 | 9. Static Site |
|---|
| 80 | 10. eduCommons |
|---|
| 81 | 11. wordpressexchange |
|---|
| 82 | 12. iw.fss (FileSystemStorage) |
|---|
| 83 | 13. Working Copy Support (Iterate) |
|---|
| 84 | 14. CacheSetup |
|---|
| 85 | 15. LinguaPlone |
|---|
| 86 | |
|---|
| 87 | Then click "Add Plone Site." |
|---|
| 88 | |
|---|
| 89 | If you wish to localize content in other languages you will need to select your supported languages. |
|---|
| 90 | |
|---|
| 91 | In the ZMI: |
|---|
| 92 | |
|---|
| 93 | 1. Navigate to your eduCommons instance |
|---|
| 94 | 2. Navigate to portal_languages |
|---|
| 95 | 3. Select one or more Allowed languages (use the control or apple key to multi-select) |
|---|
| 96 | 4. Click Save |
|---|
| 97 | |
|---|
| 98 | Additional instructions for localizing content using LinguaPlone are available in LOCALIZATION.txt. |
|---|
| 99 | Finally, you need to reorder the Layers in your eduCommons Skins Selections. |
|---|
| 100 | In the ZMI: |
|---|
| 101 | |
|---|
| 102 | 1. Navigate to your eduCommons instance |
|---|
| 103 | 2. Navigate to portal_skins |
|---|
| 104 | 3. Click on the Properties tab |
|---|
| 105 | 4. Under the Skins Selections, in the Layers textbox for LeftSkin, cut the LinguaPlone entry and paste it one a new line below the eduCommons entry |
|---|
| 106 | 5. Click Save (be sure to click the Save button for the Skins selection section) |
|---|
| 107 | |
|---|
| 108 | Configure eduCommons |
|---|
| 109 | ==================== |
|---|
| 110 | |
|---|
| 111 | Additional configuration information is provided in SETUP.txt or online_. This will help you to further customize eduCommons. |
|---|
| 112 | |
|---|
| 113 | .. _online: http://educommons.com/documentation/how-to/educommons-setup-instructions |
|---|
| 114 | |
|---|
| 115 | |
|---|