23gru/110
GitLab quick installation script – Fedora 16
I've managed to prepare Fedora 16 easy installation scripts for GitLab. Use them as root user. Download 2 scripts from bottom of this post and save them on your Linux server.
Be advised: this script is outdated. Please use it with caution! I'm working on update.
first, run this script:
gitlab_unattended_install_start.sh
execute these commands:
cd /var/www/gitlabhq source /etc/profile.d/rvm.sh rvm all do rake db:setup rvm all do rake db:seed_fu
to finish, fire up this script, and you're done :)
gitlab_unattended_install_finish.sh
scripts download
gitlab_unattended_install_start.sh
gitlab_unattended_install_finish.sh