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
c78ce746
Commit
c78ce746
authored
Dec 06, 2011
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated ubuntu install scripts
parent
cabde950
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
14 deletions
+10
-14
install/README
install/README
+0
-11
install/README.md
install/README.md
+8
-0
install/ubuntu_gitlab.sh
install/ubuntu_gitlab.sh
+2
-0
install/ubuntu_gitolite.sh
install/ubuntu_gitolite.sh
+0
-3
No files found.
install/README
deleted
100644 → 0
View file @
cabde950
Ubuntu installation
1. install git & generate ssh key
2. install ruby
./ubuntu_ruby.sh
3. install git user & gitolite with umask 0007
./ubuntu_gitolite.sh
4. logout
5. install gitlabhq
./ubuntu_gitlab.sh
6 start server
install/README.md
0 → 100644
View file @
c78ce746
## Ubuntu installation
1.
login as user, install git & generate ssh key
2.
sudo ./ubuntu_ruby.sh
3.
sudo ./ubuntu_gitolite.sh
4.
logout & login again
5.
sudo ./ubuntu_gitlab.sh
6.
start server
install/ubuntu_gitlab.sh
View file @
c78ce746
sudo
pip
install
pygments
sudo
apt-get
install
python-dev
sudo
gem
install
bundler
git clone git://github.com/gitlabhq/gitlabhq.git
cd
gitlabhq
bundle
install
--without
development
test
bundle
exec
rake db:setup
RAILS_ENV
=
production
bundle
exec
rake db:seed_fu
RAILS_ENV
=
production
install/ubuntu_gitolite.sh
View file @
c78ce746
...
...
@@ -7,9 +7,6 @@ sudo adduser \
--home
/home/git
\
git
PATH
=
/home/dzaporozhets/bin:
$PATH
# Add your user to git group
sudo
usermod
-a
-G
git
`
eval whoami
`
...
...
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