From ebf8bd031e4b3283b9967d7816b06994fa04a0b2 Mon Sep 17 00:00:00 2001 From: randx Date: Tue, 4 Sep 2012 19:52:11 +0300 Subject: [PATCH] debian_ubuntu.sh about comment --- install/debian_ubuntu.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/install/debian_ubuntu.sh b/install/debian_ubuntu.sh index 3a67458..7548474 100644 --- a/install/debian_ubuntu.sh +++ b/install/debian_ubuntu.sh @@ -4,6 +4,16 @@ # Maintainer: @randx # App Version: 2.9 +# ABOUT +# This script performs only PARTIAL installation of Gitlab: +# * packages update +# * redis, git, postfix etc +# * ruby setup +# * git, gitlab users +# * gitolite fork +# Is should be run as root or sudo user. + + sudo apt-get update sudo apt-get upgrade