This question has been flagged
1 Reply
3529 Views

What would be your proposed method of installation to tryout the new website trunk modules? Do you think something like this will work:

wget http://nightly.openerp.com/trunk/nightly/deb/openerp_8.0dev-20140119-000101-1_all.deb 
dpkg -i openerp_8.0dev-20140119-000101-1_all.deb 

mkdir -p ~/Downloads/website
pushd ~/Downloads/website
bzr branch lp:~openerp-dev/openobject-addons/trunk-website-al

pushd /usr/lib/pymodules/python2.7/openerp/addons    
cp ~/Downloads/website/* .
service openerp restart

I look forward to hearing any thoughts you have about this process, DaleEMoore@gMail.Com

Avatar
Discard
Author

Many "504 Gateway Time-out nginx/1.1.19" errors caused me to think this question had not posted. Now I find, to my embarrassment, that there are numerous posts. SORRY!

Author

Jack posts almost the same question here http://help.openerp.com/question/36656/cms-v-80-trunk-website-al/ just a little while after I posted this topic.

Author

Any hints would be appreciated!

Best Answer

You'll also need to pull the server and web trunk modules:

  • http://code.launchpad.net/~openerp-dev/openobject-server/trunk-website-al
  • http://code.launchpad.net/~openerp-dev/openerp-web/trunk-website-al
Avatar
Discard
Author

Thanks Richard; I appreciate your help!

By now website is in trunk so a recent version of trunk from http://nightly.openerp.com/trunk/nightly/deb/ works perfectly.