Re: [Zope] CMF -?-> Zope

2011-06-24 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/23/2011 01:52 PM, Eric d'Halibut wrote: > On 6/23/11, Tres Seaver wrote: > >> Unpack the CMFCore sdist tarball, e.g.: >> >> $ cd /tmp >> $ wget \ >> >> http://pypi.python.org/packages/source/P/Products.CMFCore/Products.CMFCore-2.2.4.tar.gz >>

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread Eric d'Halibut
On 6/23/11, Tres Seaver wrote: > Unpack the CMFCore sdist tarball, e.g.: > > $ cd /tmp > $ wget \ > > http://pypi.python.org/packages/source/P/Products.CMFCore/Products.CMFCore-2.2.4.tar.gz > $ cd /usr/local > $ sudo tar xzf /tmp/Products.CMFCore-2.2.4.tar.gz > > and then add the unpacked dir

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread robert rottermann
On 23.06.2011 16:14, Eric d'Halibut wrote: > On 6/23/11, robert rottermann wrote: > >> as root (or using virtualenv) >> easy_install-2.6 -U ZopeSkel >> then as user zope (or what ever) >> paster create -t plone4_buildout NAMEOFNEWBUILDOUT > This last command gives me a sternly-worded, and appearin

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/23/2011 12:48 AM, Eric d'Halibut wrote: > I am a straggler returning to Zope after years away from it. I come > from a time when to install a product into one's Zope one simply > untarred it into one's Products folder and restarted. Now I am look

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread Eric d'Halibut
On 6/23/11, robert rottermann wrote: > as root (or using virtualenv) > easy_install-2.6 -U ZopeSkel > then as user zope (or what ever) > paster create -t plone4_buildout NAMEOFNEWBUILDOUT This last command gives me a sternly-worded, and appearing, warning: ** *** NOTE: You probably don't want

Re: [Zope] CMF -?-> Zope

2011-06-23 Thread robert rottermann
as root (or using virtualenv) easy_install-2.6 -U ZopeSkel then as user zope (or what ever) paster create -t plone4_buildout NAMEOFNEWBUILDOUT cd NAMEOFNEWBUILDOUT python2.6 bootstrap bin/buildout and your new site is ready to start with bin/instance fg point your browser at localhost:8080/manage