-
-
Save wayneeseguin/661321 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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