Advertisement
Guest User

Untitled

a guest
Apr 4th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. apt-get update; apt-get install bash-completion apache2 php5
  2. apt-get install tryton-server tryton-modules-all
  3. apt-get remove tryton-server tryton-modules-*
  4.  
  5. apt-get install mercurial
  6. apt-get install python-pip python-dev
  7.  
  8. pip install --install-option="--user" hgnested
  9. echo -e "[extensions]\nhgnested=" >> ~/.hgrc
  10.  
  11. mkdir /usr/local/tryton ; cd /usr/local/tryton
  12.  
  13. hg nclone http://hg.tryton.org/2.0/trytond/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement