Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2011-12-06 03:03:05 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2011-12-06 03:03:05 +0400
commitcabde950bf04d1e08333828c378ff4eab34c66e6 (patch)
tree3efb60045b39b10d807beaefe255324a7f80d474 /README.md
parent1bf775d55d7784af3bf07a756deff8ed80550d39 (diff)
ubuntu instal scripts
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index 8cbec9e388d..6fb1cf42d7b 100644
--- a/README.md
+++ b/README.md
@@ -32,13 +32,6 @@ cd gitlabhq/
sudo pip install pygments
sudo apt-get install python-dev
-# give your user access to remove git repo
-# Ex.
-# If you are going to use user 'gitlabhq' for rails server
-# gitlabhq ALL = (git) NOPASSWD: /bin/rm" | sudo tee -a /etc/sudoers
-#
-echo "USERNAME ALL = (git) NOPASSWD: /bin/rm" | sudo tee -a /etc/sudoers
-
sudo gem install bundler
bundle install --without development test
@@ -107,7 +100,7 @@ gl-setup ~/rails.pub
## Install ruby 1.9.2
```bash
-sudo aptitude install git-core curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline5-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev
+sudo aptitude install git-core openssh-server curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline5-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz