Trying to fit a screencast in before the weekend.
install:
$ git clone //github.com/ptahproject/devel.git
$ cd devel
$ python2.7 bootstrap.py
$ bin/buildout -c devel.cfg
$ bin/pserve ptah.ini
have a good weekend
--
Alan Runyan
Skype/Twitter:: runyaga
Office:: 713.942.2377 ext 111
http://ploud.com/ Plone site in less than 10 seconds
Having some trouble getting this to work:
$ git clone git://github.com/ptahproject/devel.git
$ cd devel
So far so good.
$ python2.7 bootstrap.py
This fails because the checkout doesn't have a buildout.cfg, but the
following succeeds:
$ python2.7 bootstrap.py -c devel.cfg
$ bin/buildout -c devel.cfg
But this doesn't result in a bin/pserve, so the following can't work:
$ bin/pserve ptah.ini
So, I'm stumped.
On a related note, following the Ptah tutorial (at
http://ptahproject.readthedocs.org/en/latest/tutorial.html) results in
an exception as soon as you try to run the server:
pyramid.exceptions.ConfigurationExecutionError: <type
'exceptions.KeyError'>: 'ptah'
in:
Line 27 of file
/home/webmaven/Desktop/projects/urbsly/urbsly-newsite/urbsly/urbsly/app.py:
config.ptah_init_sql()
Any clue what I'm doing wrong?
--
Michael R. Bernstein
Founder - urbsly.com
michaelbernstein.com
I assumed you meant:
$ touch buildout.cfg
Which works, insofar as the bootstrap and buildout now conclude, but
the buildout.cfg file is not modified by the bootstrap, and after the
buildout there is still no bin/pserve.