Allora...in realtà la prima installazione pare funzionare, ma quando rieseguo il buildout con il file cfg che vi copio&incollo di seguito non mi riparte più l'istanza....proprio non mi crea il file instance pid... il controller mi dice tutto ok "Instance is running" ma di fatto non è così... ho provato a disintallare e reinstallare diverse volte (parlo della 4.0.7 perché devo importare un file zexp fatto con quella versione) anche in percorsi diversi del file system...ma niente da fare ... da cosa dipende? ---------------------------------- INIZIO FILE ALLEGATO ---------------------------------- ############################################ # # Buildout Configuration File for Standalone Plone # ------------------------------------------------ # $LastChangedDate: 2009-12-23 23:34:27 -0200 (qua, 23 dez 2009) $ $LastChangedRevision: 32613 $ # # After making changes in this configuration file, # you should run bin/buildout to update the components. # # ALWAYS back up all Plone/Zope data and components # before changing configuration. # # Running "bin/buildout" will update your installation, # installing missing components as necessary. # # Use "bin/buildout -n" to update many components here to the newest # available releases. # This will update the add-on products you've added in the eggs= lines. # This will not, however, upgrade Plone itself (or anything else you've # pinned with a version specification). To upgrade Plone itself, see the # comments in "Plone Component Versions". # # Tutorial instructions for using zc.buildout for # configuration management are available at: # http://plone.org/documentation/tutorial/buildout # Full details at http://pypi.python.org/pypi/zc.buildout # ############################################
[buildout] ############################################ # Plone Component Versions # ------------------------ # This version of the UnifiedInstaller has the components # of Plone 4 preloaded so that it can install without # an Internet connection. # If you want to update, uncomment the "extends = http://..." below, # edit it to point to the current version URL, # comment out the "extends = versions.cfg" line # and run "bin/buildout -n" while attached to the Internet. # Generally, you only want to do that as part # of a planned migration. # extends-cache = buildout-cache/extends extends = base.cfg versions.cfg # http://dist.plone.org/release/4.0a3/versions.cfg ############################################ # Ports # ----- # Specify the port on which your Zope installation # will listen: http-address = 8080 ############################################ # Eggs # ---- # Add an indented line to the eggs section for any Python # eggs or packages you wish to include. # eggs = Plone Plomino plomino.tinymce quintagroup.portlet.cumulus Products.ATGoogleMaps # Products.PloneSurvey # Products.Ploneboard # Products.PloneGlossary # collective.portletpage # collective.vaporisation # collective.taghelper # Alpha note: many of the products below are not yet # adapted to Plone 4. # # Optional Functionality # ---------------------- # Uncomment the indented lines to include these products. # Documentation on all of them, along with many more products, # is available at # http://plone.org/products/ # # Commonly used products: # * LinguaPlone provides tools for building multi-lingual sites # * Products.CacheSetup adds the "CacheFu" Plone speedup kit # * PloneHelpCenter is a simple knowledge base # * PloneFormGen provides through-the-web form building # # Products.LinguaPlone # Products.CacheSetup # Products.PloneHelpCenter # Products.PloneFormGen # # Commonly used development tools: # * Clouseau uses AJAX to provide a Python prompt inside Plone # * DocFinderTab puts an object documentation inspector in the Zope Management Interface # * Gloworm is a Firebug-like viewlet inspector and customizer # * plone.reload allows you to refresh Python code and ZCML configuration # without restarting Zope. Note that to use plone.reload, you'll also # need to uncomment the "zcml" entry for it below. # # Products.Clouseau # Products.DocFinderTab # Products.Gloworm # plone.reload ############################################ # ZCML Slugs # ---------- # Some eggs need ZCML slugs to tell Zope to # use them. This is increasingly rare. zcml = # plone.reload quintagroup.portlet.cumulus ############################################ # Development Eggs # ---------------- # You can use paster to create "development eggs" to # develop new products/themes. Put these in the src/ # directory. # You will also need to add the egg names in the # eggs section above, and may also need to add them # to the zcml section. # # Provide the *paths* to the eggs you are developing here: develop = ############################################ # Debug Mode # ---------- # Change debug-mode to "on" to run in development mode. # debug-mode = off ############################################ # Backup Directory # ---------------- # Sets the target directory for the bin/backup and bin/snapshotbackup # commands. Default is inside this project's var directory, but ideally # this should be on a separate volume or backup server. # backups-dir=${buildout:directory}/var ############################################ # Initial User # ------------ # This is the user id and password that will be used to create the initial # user id that will allow you to log in and create a Plone site. This only # sets the initial password; it will not allow you to change an already # existing password. If you change the admin password via the web interface, # the one below will no longer be valid. # If you find yourself locked out of your Zope/Python installation, you may # add an emergency user via "bin/plonectl adduser". user=admin:admin ############################################ # Parts Specification #-------------------- # Specifies the components that should be included in the buildout. # All the basics are in the base.cfg extension; you may add your # own if you need them at the end of this file. parts = productdistros instance zopepy zopeskel backup unifiedinstaller controller [instance] # Use this section to install and configure a Zope operating # instance. # For options see http://pypi.python.org/pypi/plone.recipe.zope2instance recipe = plone.recipe.zope2instance # The line below sets only the initial password. It will not change an # existing password. user = admin:admin environment-vars = [versions] Cheetah = 2.2.1 Paste = 1.7.2 PasteDeploy = 1.3.3 PasteScript = 1.7.3 ZopeSkel = 2.15 collective.buildout.cluster = 0.6 collective.recipe.backup = 1.3 iniparse = 0.3.1 plone.controller = 1.8 plone.recipe.command = 1.0 plone.recipe.distros = 1.5 plone.recipe.unifiedinstaller = 0.9 #4.0a1 distribute = 0.6.15 Plomino = 1.11 Products.Ploneboard = 2.2 ---------------------------------- FINE FILE ALLEGATO ---------------------------------- GRAZIE PER L'AIUTO!!!! :-) luca Il giorno 12 aprile 2012 11:28, Luca Gentili <[email protected]> ha scritto: > Ok Yuri, > ha funzionato...comunque ho notato che nella disinstallazione della 4.1.4 > erano rimaste delle chiavi di registro "sporche" che a scanzo equivoci ho > rimosso :) > > grazie mille > > Il giorno 11 aprile 2012 17:32, Yuri <[email protected]> ha scritto: > > Il 11/04/2012 15:57, lucagent ha scritto: >> >> Ciao a tutti ho appena provato a disinstallare la versione 4.1.4 da win >>> xp e >>> vorrei tornare alla 4.0.7 ma adesso che provo ad installarla mi dice che >>> python già risulta installato in una directory dove non è presente... e >>> non >>> mi parte il plone controller (o meglio parte ma si pianta quando cerca di >>> determinare lo stato del servizio) tra le altre cose l'unisatller mi ha >>> rimosso solo metà dell'installazione di plone 4.1.4 ... >>> >>> qualcuno ha qualche idea?? >>> >>> >> >> 1) vai nei servizi di windows (gestione computer -> servizi o un qualcosa >> del genere) e stoppa gli zope che trovi >> 2) rimuovi la cartellina con plone 4.1.4 >> 3) in 1), avvia gli zope che servono >> >> ______________________________**_________________ >> Plone-IT mailing list >> [email protected] >> https://lists.plone.org/**mailman/listinfo/plone-plone-**it<https://lists.plone.org/mailman/listinfo/plone-plone-it> >> http://plone-regional-forums.**221720.n2.nabble.com/Plone-** >> Italy-f221721.html<http://plone-regional-forums.221720.n2.nabble.com/Plone-Italy-f221721.html> >> > > > > -- > Luca > > > -- Luca
_______________________________________________ Plone-IT mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-plone-it http://plone-regional-forums.221720.n2.nabble.com/Plone-Italy-f221721.html
