Posted by Peter

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:
1
    gitlab_unattended_install_start.sh
  • execute these commands:
1
2
3
4
    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 :)
1
    gitlab_unattended_install_finish.sh