Commit edeb20e95bd26a08b10f211b33fb5bedce9b9957
1 parent
c3ad5894
Exists in
master
and in
4 other branches
readme for v1.1.0
Showing
1 changed file
with
13 additions
and
2 deletions
Show diff stats
README.rdoc
@@ -28,12 +28,18 @@ sqlite as default db | @@ -28,12 +28,18 @@ sqlite as default db | ||
28 | 28 | ||
29 | 29 | ||
30 | git clone git://github.com/gitlabhq/gitlabhq.git | 30 | git clone git://github.com/gitlabhq/gitlabhq.git |
31 | + | ||
31 | cd gitlabhq/ | 32 | cd gitlabhq/ |
32 | 33 | ||
33 | # install this library first | 34 | # install this library first |
34 | sudo easy_install pygments | 35 | sudo easy_install pygments |
35 | - | ||
36 | - echo "gitlabhq ALL = (git) NOPASSWD: /bin/rm" | sudo tee -a /etc/sudoers | 36 | + |
37 | + # give your user access to remove git repo | ||
38 | + # Ex. | ||
39 | + # If you are going to use user 'gitlabhq' for rails server | ||
40 | + # gitlabhq ALL = (git) NOPASSWD: /bin/rm" | sudo tee -a /etc/sudoers | ||
41 | + # | ||
42 | + echo "USERNAME ALL = (git) NOPASSWD: /bin/rm" | sudo tee -a /etc/sudoers | ||
37 | 43 | ||
38 | sudo gem install bundler | 44 | sudo gem install bundler |
39 | 45 | ||
@@ -87,3 +93,8 @@ Install gitosis, edit conf/gitosis.yml & start server | @@ -87,3 +93,8 @@ Install gitosis, edit conf/gitosis.yml & start server | ||
87 | 93 | ||
88 | 94 | ||
89 | echo "gem: --no-rdoc --no-ri" > ~/.gemrc | 95 | echo "gem: --no-rdoc --no-ri" > ~/.gemrc |
96 | + | ||
97 | +== Contribute | ||
98 | + | ||
99 | +We develop project on our private server. | ||
100 | +Want to help? Contact us on twitter or email to become a team member. |