Skip to content

Commit 4b76434

Browse files
committed
Readme for quick setup script
1 parent 990b7a8 commit 4b76434

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

install/v4/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
One script installer for clean ubuntu 12.04 x64
2+
==============
3+
4+
Made for GitLab v4.0
5+
6+
### ABOUT
7+
8+
This script performs a complete installation of Gitlab for ubuntu server 12.04.1 x64:
9+
* packages update
10+
* redis, git, postfix etc
11+
* ruby setup
12+
* git, gitlab users
13+
* gitolite fork
14+
15+
16+
### Notes
17+
18+
__!IMPORTANT run as root or sudo without prompting password cause script ignore any input.__
19+
20+
21+
### USAGE
22+
23+
#### 1. Run script (replace gitlab.example.com with your domain or ip address)
24+
25+
curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/v4/ubuntu_server_1204.sh | sudo domain_var=gitlab.example.com sh
26+
27+
#### 2. Reboot machine

0 commit comments

Comments
 (0)