Changes between Version 8 and Version 9 of HowToInstallPlumiSVN
- Timestamp:
- 11/26/08 00:29:20 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToInstallPlumiSVN
v8 v9 16 16 }}} 17 17 18 This gives us a copy of a folder called Plone-2.5.5- UnifiedInstaller.18 This gives us a copy of a folder called Plone-2.5.5-!UnifiedInstaller. 19 19 20 20 {{{ … … 22 22 }}} 23 23 24 3. Apply the patch found [http://dev.plone.org/plone/ticket/5935 here]. ''This may be not required any more! Need to check! '' 25 26 ie, edit /opt/Plone-2.5.5-UnifiedInstaller/install.sh by adding this: 27 28 {{{ 29 echo "patching PIL to disable TK support ..." 30 # patch to disable TK support in PIL 31 cat >> setup.py.patch << _PIL_PATCH 32 --- setup.py 2005-03-23 10:16:40.000000000 -0800 33 +++ setup.py.modified 2006-11-13 13:27:00.000000000 -0800 34 @@ -83,6 +83,7 @@ 35 import _tkinter 36 except ImportError: 37 _tkinter = None 38 +_tkinter = None 39 40 def add_directory(path, dir, where=None): 41 _PIL_PATCH 42 patch setup.py < setup.py.patch 43 }}} 44 45 at line 456 with your favourite text editor (vim/pico/nano/gedit/etc). It should look like this: 46 47 {{{ 48 455 cd $PIL_DIR 49 456 echo "patching PIL to disable TK support ..." 50 457 # patch to disable TK support in PIL 51 458 cat >> setup.py.patch << _PIL_PATCH 52 459 --- setup.py 2005-03-23 10:16: 40.000000000 -0800 53 460 +++ setup.py.modified 2006-11-13 13:27:00.000000000 -0800 54 461 @@ -83,6 +83,7 @@ 55 462 import _tkinter 56 463 except ImportError: 57 464 _tkinter = None 58 465 +_tkinter = None 59 466 60 467 def add_directory(path, dir, where=None): 61 468 _PIL_PATCH 62 469 patch setup.py < setup.py.patch 63 470 $PY ./setup.py build_ext -i 64 }}} 65 66 4. Install Plone-2.5.5: 24 3. Install Plone-2.5.5: 67 25 {{{ 68 26 cd Plone-2.5.5-UnifiedInstaller … … 72 30 Either remember or take note of the admin password. Or, preferably, notice that there is a file called /opt/Plone-2.5.5/adminPassword.txt that has this info in it. 73 31 74 5. Grab the latest plumi 0.2.2-final tag from svn:32 4. Grab the latest plumi 0.2.2-final tag from svn: 75 33 {{{ 76 34 cd /opt … … 92 50 93 51 94 6. Edit the configs to notice the Plumi products. The two files are:52 5. Edit the configs to notice the Plumi products. The two files are: 95 53 96 54 /opt/Plone-2.5.5/zeocluster/client1/etc/zope.conf[[br]] … … 103 61 }}} 104 62 105 7. Install the python egg imsvdex63 6. Install the python egg imsvdex 106 64 107 65 {{{ … … 109 67 }}} 110 68 111 8. Start the Zope/Plone server:69 7. Start the Zope/Plone server: 112 70 {{{ 113 71 sudo /opt/Plone-2.5.5/zeocluster/bin/startcluster.sh 114 72 }}} 115 73 116 9. Grab your browser, go to what is known as [http://localhost:8080/manage the ZMI] (or [http://localhost:8081/manage here], they point to the same place). You will need to enter the admin/password combo from step 4 at this point.74 8. Grab your browser, go to what is known as [http://localhost:8080/manage the ZMI] (or [http://localhost:8081/manage here], they point to the same place). You will need to enter the admin/password combo from step 4 at this point. 117 75 118 76 In the top right corner you will see the Add Products drop down menu. Choose "Plone Site", and fill out the form. Whatever you put into the ID field will be the URL of your site. Eg: http://localhost:8080/the_id_field 119 77 120 78 121 10. Goto your new Plone site and in the top right you will see Preferences. Click that, then choose Add/Remove Products from the top of the left column.79 9. Goto your new Plone site and in the top right you will see Preferences. Click that, then choose Add/Remove Products from the top of the left column. 122 80 123 You should only need to install 'ATVideo', ' PlumiSkin', 'PressRoom' - all the rest of the products will be pulled in by the installers of those three products.81 You should only need to install 'ATVideo', '!PlumiSkin', '!PressRoom' - all the rest of the products will be pulled in by the installers of those three products. 124 82 125 83 Now you have a video sharing site!
