Skip to content

Instantly share code, notes, and snippets.

@wayneeseguin
Forked from anonymous/steps.txt
Created November 3, 2010 16:35
Show Gist options
  • Save wayneeseguin/661321 to your computer and use it in GitHub Desktop.
Save wayneeseguin/661321 to your computer and use it in GitHub Desktop.
tar jxf bdsm-0.0.6.tar.bz2
cd bdsm-0.0.6
sudo ./install
sudo -i -u test
bdsm bdsmrc
vi ~/.bdsmrc (edit the repository)
bdsm rails setup --database mysql
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session.' >> ~/.bashrc
. .bashrc (after adding the below line to it)
rvm install ree
rvm ree --default
if [[ ! -f /tmp/mysql.sock ]] ; then
sudo ln -nfs /var/run/mysql/mysql.sock /tmp/mysql.sock
fi
cd ~/test/shared/
git clone http://project...url test
bdsm deploy
rvm rubygems 1.3.7
(for radiant, cd ~/shared/test/config/; cp database.mysql.yml database.yml)
then cd ~/shared/test
rake gems:install (might need to gem install rack -v=1.1.0 before, and rvm create gemset something before that)
etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment