| 1 | ================================== |
|---|
| 2 | Installing eduCommons 3.2.1-final |
|---|
| 3 | ================================== |
|---|
| 4 | |
|---|
| 5 | Download the eduCommons 3.2.1-final 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 | Create two directories for file system storage: |
|---|
| 37 | |
|---|
| 38 | :: |
|---|
| 39 | |
|---|
| 40 | mkdir parts/instance/var/fss_storage |
|---|
| 41 | mkdir parts/instance/var/fss_backup |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | Once you have the buildout ready you can launch it using the following: |
|---|
| 45 | |
|---|
| 46 | :: |
|---|
| 47 | |
|---|
| 48 | bin/instance start |
|---|
| 49 | |
|---|
| 50 | |
|---|
| 51 | Or to launch in the foreground of your console: |
|---|
| 52 | |
|---|
| 53 | :: |
|---|
| 54 | |
|---|
| 55 | bin/instance fg |
|---|
| 56 | |
|---|
| 57 | |
|---|
| 58 | You should now be able to open a browser and go to the ZMI with the following URL |
|---|
| 59 | (assuming that you configured Zope to run on port 8080) |
|---|
| 60 | |
|---|
| 61 | :: |
|---|
| 62 | |
|---|
| 63 | http://<server name>:8080/manage |
|---|
| 64 | |
|---|
| 65 | |
|---|
| 66 | 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. |
|---|
| 67 | |
|---|
| 68 | Install eduCommons Product in Your Zope Instance |
|---|
| 69 | ================================================ |
|---|
| 70 | |
|---|
| 71 | Once you have logged into the ZMI via the management interface, you are now ready |
|---|
| 72 | to create the site. Start by creating a plone site with the pull down menu in the |
|---|
| 73 | top right corner. Give the plone site an ID and title. The ID will be used in the |
|---|
| 74 | URL to access the site, so name it appropriately. The title will appear several |
|---|
| 75 | places within the eduCommons install, and should be based on your group or institution.</p> |
|---|
| 76 | Under "Extension Profiles" you need to do a multi-select (hold down the CTRL or the |
|---|
| 77 | Command key). Select the following so they are all highlighted: |
|---|
| 78 | |
|---|
| 79 | 1. Working Copy Support (Iterate) |
|---|
| 80 | 2. ContentLicensing |
|---|
| 81 | 3. IMSTransport |
|---|
| 82 | 4. LinguaPlone |
|---|
| 83 | 5. PloneBookmarklets |
|---|
| 84 | 6. Zip File Transport |
|---|
| 85 | 7. eduCommons |
|---|
| 86 | 8. Left Skin |
|---|
| 87 | |
|---|
| 88 | Then click "Add Plone Site." Once the eduCommons instance has been created, you will need to QuickInstall the FileSystemStorage Product. |
|---|
| 89 | |
|---|
| 90 | In the ZMI: |
|---|
| 91 | |
|---|
| 92 | 1. Navigate to your eduCommons instance |
|---|
| 93 | 2. Navigate to portal_quickinstaller |
|---|
| 94 | 3. Select the checkbox to the left of FileSystemStorage |
|---|
| 95 | 4. Click Install |
|---|
| 96 | |
|---|
| 97 | If you wish to localize content in other languages you will need to QuickInstall install LinguaPlone. |
|---|
| 98 | This can be done either now from the ZMI or later, via Site Setup --> Add-on Products. |
|---|
| 99 | |
|---|
| 100 | In the ZMI: |
|---|
| 101 | |
|---|
| 102 | 1. Navigate to your eduCommons instance |
|---|
| 103 | 2. Navigate to portal_quickinstaller |
|---|
| 104 | 3. Select the checkbox to the left of LinguPlone |
|---|
| 105 | 4. Click Install |
|---|
| 106 | |
|---|
| 107 | If you have installed LinguaPlone you will also need to select your supported languages. |
|---|
| 108 | |
|---|
| 109 | In the ZMI: |
|---|
| 110 | |
|---|
| 111 | 1. Navigate to your eduCommons instance |
|---|
| 112 | 2. Navigate to portal_languages |
|---|
| 113 | 3. Select one or more Allowed languages (use the control or apple key to multi-select) |
|---|
| 114 | 4. Click Save |
|---|
| 115 | |
|---|
| 116 | Additional instructions for localizing content using LinguaPlone are available in LOCALIZATION.txt. |
|---|
| 117 | Finally, you need to reorder the Layers in your eduCommons Skins Selections. |
|---|
| 118 | In the ZMI: |
|---|
| 119 | |
|---|
| 120 | 1. Navigate to your eduCommons instance |
|---|
| 121 | 2. Navigate to portal_skins |
|---|
| 122 | 3. Click on the Properties tab |
|---|
| 123 | 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 |
|---|
| 124 | 5. Click Save (be sure to click the Save button for the Skins selection section) |
|---|
| 125 | |
|---|
| 126 | Configure eduCommons |
|---|
| 127 | ==================== |
|---|
| 128 | |
|---|
| 129 | Additional configuration information is provided in SETUP.txt or online_. This will help you to further customize eduCommons. |
|---|
| 130 | |
|---|
| 131 | .. _online: http://educommons.com/documentation/how-to/educommons-setup-instructions |
|---|
| 132 | |
|---|
| 133 | |
|---|