Skip to content

Instantly share code, notes, and snippets.

@phlegx
Created January 29, 2013 10:19
Show Gist options
  • Save phlegx/4663263 to your computer and use it in GitHub Desktop.
Save phlegx/4663263 to your computer and use it in GitHub Desktop.
rm -rf /var/lib/gitolite/my_project
cd /var/lib/gitolite
git clone --no-hardlinks /var/lib/gitolite/repositories/my_project.git
echo "rvm use 1.9.3@gemserver --create" > /var/lib/gitolite/my_project/.rvmrc
echo "export rvm_trust_rvmrcs_flag=1" >> /var/lib/gitolite/my_project/.rvmrc
cd /var/lib/gitolite/my_project
gem env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment