From 93354679943c7b4e0de7bbde557fd7950633920a Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 13 Feb 2014 19:20:47 +0100 Subject: [PATCH] Add basic installation instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 1a57592..9c23997 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,17 @@ This project creates full-stack platform-specific packages for GitLab! +## Installation + +### Ubuntu + +``` +sudo apt-get install openssh-server +sudo apt-get install postfix # sendmail or exim is also OK +sudo dpkg -i gitlab-x.y.z.deb # this is the .deb you downloaded +sudo gitlab-ctl reconfigure +``` + ## How to manage an Omnibus-installed GitLab ### Administrative commands -- libgit2 0.21.2