Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3655b042
Commit
3655b042
authored
Dec 06, 2011
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated ubuntu install scripts
parent
5c69f929
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
install/ubuntu_gitlab.sh
install/ubuntu_gitlab.sh
+0
-2
install/ubuntu_gitolite.sh
install/ubuntu_gitolite.sh
+2
-0
install/ubuntu_ruby.sh
install/ubuntu_ruby.sh
+1
-1
No files found.
install/ubuntu_gitlab.sh
View file @
3655b042
sudo
pip
install
pygments
sudo
pip
install
pygments
sudo
apt-get
install
python-dev
sudo
apt-get
install
python-dev
sudo
gem
install
bundler
sudo
gem
install
bundler
git clone git://github.com/gitlabhq/gitlabhq.git
cd
gitlabhq
bundle
install
--without
development
test
bundle
install
--without
development
test
bundle
exec
rake db:setup
RAILS_ENV
=
production
bundle
exec
rake db:setup
RAILS_ENV
=
production
bundle
exec
rake db:seed_fu
RAILS_ENV
=
production
bundle
exec
rake db:seed_fu
RAILS_ENV
=
production
install/ubuntu_gitolite.sh
View file @
3655b042
sudo
apt-get
install
openssh-server
sudo
adduser
\
sudo
adduser
\
--system
\
--system
\
--shell
/bin/sh
\
--shell
/bin/sh
\
...
...
install/ubuntu_ruby.sh
View file @
3655b042
# install all packages
# install all packages
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
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
# get ruby 1.9.2
# get ruby 1.9.2
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment