User:Armenzg:set my environment up

From MozillaWiki
Revision as of 15:31, 7 January 2009 by Armenzg (talk | contribs)
Jump to navigation Jump to search

These are the steps I will follow every time to set up my working environment:

NOTE: if you are doing this on a VM with VirtualBox make sure that you run this sudo apt-get install dkms and use this to recompile if needed: /etc/init.d/vboxadd setup

  • Install the following packages:
    • Konversation (for IRC conversations)
    • Vim (better edition that comes by default)
    • ssh client comes install by default but this package pulls the server as well
    • cvs client
    • Mercurial
sudo apt-get install konversation
sudo apt-get install vim
sudo apt-get install ssh
sudo apt-get install cvs
sudo apt-get install python-setuptools python-dev build-essential
sudo easy_install -U mercurial