source: enpraxis.educommons/trunk/enpraxis/educommons/docs/src/INSTALL.txt @ 578

Revision 578, 3.3 KB checked in by tom, 4 years ago (diff)

updated installation and changes docs

Line 
1==================================
2Installing eduCommons $$version$$
3==================================
4
5Download 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
13Unarchive 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
22Then run the buildout script to download all the required packages and set up the eduCommons application:
23
24::
25
26        bin/buildout
27
28
29Or 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
36Once you have the buildout ready you can launch it using the following:
37
38::
39
40        bin/instance start
41
42
43Or to launch in the foreground of your console:
44
45::
46
47        bin/instance fg
48
49
50You 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
58You 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
60Install eduCommons Product in Your Zope Instance
61================================================
62
63Once you have logged into the ZMI via the management interface, you are now ready
64to create the site. Start by creating a plone site with the pull down menu in the
65top right corner. Give the plone site an ID and title. The ID will be used in the
66URL to access the site, so name it appropriately. The title will appear several
67places within the eduCommons install, and should be based on your group or institution.</p>
68Under "Extension Profiles" you need to do a multi-select (hold down the CTRL or the
69Command 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
8010. eduCommons
8111. wordpressexchange
8212. iw.fss (FileSystemStorage)
8313. Working Copy Support (Iterate)
8414. CacheSetup
8515. LinguaPlone
86
87Then click "Add Plone Site."
88
89If you wish to localize content in other languages you will need to select your supported languages.
90
91In the ZMI:
92
931. Navigate to your eduCommons instance
942. Navigate to portal_languages
953. Select one or more Allowed languages (use the control or apple key to multi-select)
964. Click Save
97
98Additional instructions for localizing content using LinguaPlone are available in LOCALIZATION.txt.
99Finally, you need to reorder the Layers in your eduCommons Skins Selections.
100In the ZMI:
101
1021. Navigate to your eduCommons instance
1032. Navigate to portal_skins
1043. Click on the Properties tab
1054. 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
1065. Click Save (be sure to click the Save button for the Skins selection section)
107
108Configure eduCommons
109====================
110
111Additional 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
Note: See TracBrowser for help on using the repository browser.