User:Armenzg:set my environment up: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
* get iTerm
* get iTerm
* get MacPorts
* get MacPorts
* get [http://downloads.vmware.com/d/info/desktop_downloads/vmware_fusion_for_the_mac/3_0 VMWare Fusion 3]
* get [http://downloads.vmware.com/d/info/desktop_downloads/vmware_fusion_for_the_mac/3_0 VMWare Fusion 3] (VMware-Fusion-3.0.1-215242)
* visit this page: [https://developer.mozilla.org/en/Mac_OS_X_Build_Prerequisites Mac OS X Build Prerequisites]
* visit this page: [https://developer.mozilla.org/en/Mac_OS_X_Build_Prerequisites Mac OS X Build Prerequisites]



Revision as of 22:26, 21 January 2010

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

Tools

MacOSX

Linux

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)
      • TODO: Read this article and extract useful stuff 1
    • ssh client comes install by default but this package pulls the server as well
    • cvs client
    • OpenVpn
    • Mercurial
    • CVS tools for non-comitters specially
sudo apt-get install konversation
sudo apt-get install vim
sudo apt-get install ssh
sudo apt-get install cvs
sudo apt-get install openvpn
sudo apt-get install python-setuptools python-dev build-essential
sudo easy_install -U mercurial
sudo apt-get install cvsutils
touch ~/.cvspass

.bashrc

.hgrc

.vim?rc