Hi Eric, it's hard to tell what went wrong if you don't send the output you're getting. Does buildout complete without errors? If unsure please send the last couple of pages of output of the buildout command. If everything seems to be fine with the buildout, then send the output of './bin/supervisorctl status'
Cheers, Dimitris On Sep 4, 2011, at 12:36 PM, Eric Jarvies wrote: > Hello, > > I've tried to install Plumi a number of times, a number of ways, none of > which have yielded any successful result. > > > On a stock stock Ubuntu 10.04, 10.10, 11.04 installation +: > # sudo /usr/sbin/locale-gen en_US.UTF-8 > # sudo /usr/sbin/update-locale LANG=en_US.UTF-8 > # update > # sudo aptitude safe-upgrade > # sudo aptitude install build-essential > > Using Plumi installation instructions: > Create Host Names > transcode.domainName.com > domainName.com > > # install python-setuptools yasm subversion python2.6-dev > # install python-setuptools yasm subversion python2.6-devinstall > libjpeg62-dev zlib1g-dev groff-base build-essential > # install libssl-dev python-profiler libjpeg62-dev > # install libreadline5-dev libxml2-dev > # mkdir /opt/plumi > > Using any of the options below: > Option A(trunk): > # mkdir /opt/plumi/trunk > # cd /opt/plumi/trunk > # svn co https://svn.plone.org/svn/collective/plumi.app/trunk/ > > Option B(stable): > # mkdir /opt/plumi/tag_name > # cd /opt/plumi/tag_name > # svn co https://svn.plone.org/svn/collective/plumi.app/tags/Tag_Name > > Option C(download zip): > # install zip > # mkdir /opt/plumi/4.1-RC1 > # wget http://plone.org/products/plumi/releases/4.1-RC1/plumi.app-4.1rc1.zip > # unzip plumi.app-4.1rc1.zip > # cd 4.1-RC1 > > Making basic edits such as: > # sudo nano site.cfg > 1. secret: a shared secret key for encrypted communication between Plumi and > transcodedaemon. Just enter a random string of 4, 8, 16 or 32 characters. > 2. www-server-name: the hostname of your Plumi site (e.g. www.engagemedia.org) > 3. www-videoserver-name: the hostname of your transcoder & video server (e.g. > videos.engagemedia.org) > 4. portal-id = MyName > 5. Change Plone/Plumi Administrator & Supervisor Administrator passwords > > # python2.6 bootstrap.py -c production.cfg -v 1.4.3 > # sudo ./bin/buildout -c production.cfg > # sudo ./bin/supervisord > # sudo ./bin/supervisorctl status > > ========REPEATED FAILURE========= > > > I've tried both Developer and Production builds, and have tried a few > different Plumi versions. > > Any advice would be welcomed :-) > > <ericsSignature.png> > > > _______________________________________________ > Discuss mailing list > [email protected] > http://lists.plumi.org/listinfo/discuss
_______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss
