Advertisement
Guest User

Untitled

a guest
Apr 4th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. root@vpc:/# apt-get update; apt-get install bash-completion apache2 php5
  2. root@vpc:/# apt-get install tryton-server tryton-modules-all
  3. root@vpc:/# apt-get remove tryton-server tryton-modules-*
  4.  
  5. root@vpc:/# apt-get install python-pip python-dev
  6.  
  7. root@vpc:/# pip install mercurial
  8. root@vpc:/# pip install hgnested
  9.  
  10. root@vpc:/# echo -e "[extensions]\nhgnested=" >> ~/.hgrc
  11.  
  12. root@vpc:/# mkdir /usr/local/tryton ; cd /usr/local/tryton
  13.  
  14. root@vpc:/usr/local/tryton# hg nclone http://hg.tryton.org/2.0/trytond
  15. *** failed to import extension hgnested: No module named hgnested
  16. hg: unknown command 'nclone'
  17. Mercurial Distributed SCM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement