http://developer.apple.com/tools/developonrailsleopard.html
sudo gem update --system
sudo gem install rails
sudo gem update rake
sudo gem update sqlite3-ruby
sudo gem install haml
http://code.google.com/p/git-osx-installer/
Télecharger la dernière version 1.6.5.7 Intel leopard
This installs git to /usr/local/git. Root access is required.
This step is optional.
Non-terminal programs don't inherit the system wide PATH and MANPATH variables that your terminal does. If you'd like them to be able to see Git, for whatever reason, you can run this script. It will add the PATH and MANPATH to your ~/.MacOSX/environment.plist
file. You'll need to log out of your user account for that to take effect.
.setup git PATH… .sh
redémarrer la session
git config --global user.name "Pierre SuperScript"
git config --global user.email "[email protected]"
git config --global --list
http://solutions.treypiepmeier.com/2008/02/25/installing-git-on-os-x-leopard/
Install des bundles fournis (en double cliquant)
sudo ln -s `which git` /usr/bin/git
ou dans Préférence -> Advanced -> Shell Variables
TM_GIT -> /usr/local/git/bin/git
textmate comme editeur par defaut pour git:
mate ~/.bash_login
et ajouter
export GIT_EDITOR="mate -w"
http://help.github.com/mac-key-setup/
ll ~/.ssh
# generate si pas de clé
ssh-keygen -t rsa -C "[email protected]"
#
cat ~/.ssh/id_rsa.pub | pbcopy
# et tu me l'envoie par IM ou mail afin que je l'ajoute aux clés autorisées pour l'accès au dépôt
git clone [email protected]:tolix.git
mate tolix
cd tolix
git submodule init
git submodule update
cp config/database.yml.example config/database.yml
rake gems:install
rake db:create
rake db:migrate
script/server
http://dimitrivanheucke.be/blog/2009/08/imagemagick-and-ruby-on-osx/
Attention, XCode tools nécessaire… La compilation peut prendre du temps …