We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990b7a8 commit 4b76434Copy full SHA for 4b76434
install/v4/README.md
@@ -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