Skip to content

installer

Matthias Käppler requested to merge github/fork/richardland/master into master

Created by: richardland

Dear sir/madam,

Thanks for all the awesome work you did on GitLab!

We are a Dutch company with main focus on software-developing and providing cloud hosting and we like to use GitLab for our our projects for a while now. We sometimes had problems installing GitLab for ourselves or clients. Therefore we made an installer (bash script).

This script does everything including configuring the mailserver as smarthost (if you choose to). Usage is easy:

apt-get install -y curl && bash <(curl -s https://raw.github.com/richardland/gitlabhq/master/doc/install/install_on_debian_or_ubuntu.sh)

Please have a look at it and if you want to, add it to your project. We are willing to do maintenance on the script in the future. If it is not to your liking, maybe you can provide me with some feedback.

Kind regards,

Richard

P.S. if I did something wrong regarding the pull request / branching forgive me. This is personally my first time trying to contribute to a project.

Merge request reports