Commit 3655b0428a7c817ea07091caf24fc58373997c24
1 parent
5c69f929
Exists in
master
and in
4 other branches
updated ubuntu install scripts
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
install/ubuntu_gitlab.sh
1 | 1 | sudo pip install pygments |
2 | 2 | sudo apt-get install python-dev |
3 | 3 | sudo gem install bundler |
4 | -git clone git://github.com/gitlabhq/gitlabhq.git | |
5 | -cd gitlabhq | |
6 | 4 | bundle install --without development test |
7 | 5 | bundle exec rake db:setup RAILS_ENV=production |
8 | 6 | bundle exec rake db:seed_fu RAILS_ENV=production | ... | ... |
install/ubuntu_gitolite.sh
install/ubuntu_ruby.sh
1 | 1 | # install all packages |
2 | -sudo apt-get 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 | |
2 | +sudo apt-get 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 | |
3 | 3 | |
4 | 4 | # get ruby 1.9.2 |
5 | 5 | wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz | ... | ... |