Changes between Version 8 and Version 9 of HowToInstallPlumiSVN


Ignore:
Timestamp:
11/26/08 00:29:20 (4 years ago)
Author:
datakid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToInstallPlumiSVN

    v8 v9  
    1616}}} 
    1717 
    18 This gives us a copy of a folder called Plone-2.5.5-UnifiedInstaller. 
     18This gives us a copy of a folder called Plone-2.5.5-!UnifiedInstaller. 
    1919 
    2020{{{ 
     
    2222}}} 
    2323 
    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: 
     243. Install Plone-2.5.5: 
    6725{{{ 
    6826cd Plone-2.5.5-UnifiedInstaller 
     
    7230Either 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. 
    7331 
    74 5. Grab the latest plumi 0.2.2-final tag from svn: 
     324. Grab the latest plumi 0.2.2-final tag from svn: 
    7533{{{ 
    7634cd /opt 
     
    9250 
    9351 
    94 6. Edit the configs to notice the Plumi products. The two files are: 
     525. Edit the configs to notice the Plumi products. The two files are: 
    9553 
    9654/opt/Plone-2.5.5/zeocluster/client1/etc/zope.conf[[br]] 
     
    10361}}} 
    10462 
    105 7. Install the python egg imsvdex 
     636. Install the python egg imsvdex 
    10664 
    10765{{{ 
     
    10967}}} 
    11068 
    111 8. Start the Zope/Plone server: 
     697. Start the Zope/Plone server: 
    11270{{{ 
    11371sudo /opt/Plone-2.5.5/zeocluster/bin/startcluster.sh 
    11472}}} 
    11573 
    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. 
     748. 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. 
    11775 
    11876In  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 
    11977 
    12078 
    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. 
     799. 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. 
    12280 
    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. 
     81You 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. 
    12482 
    12583Now you have a video sharing site!