upload openstack queens conf

This commit is contained in:
light
2018-06-16 13:53:00 +08:00
parent c91438497c
commit aa85a9e03e
111 changed files with 50594 additions and 4 deletions
+21
View File
@@ -0,0 +1,21 @@
# gitolite
## deployment
``` bash
sudo apt-get install git openssh-server openssh-client
sudo adduser --system --shell /bin/bash --gecos 'Git SCM User' --group --disabled-password --home /home/git git
sudo su git
cd ~
git clone http://github.com/sitaramc/gitolite
mkdir -p ~/bin
~/gitolite/install -to ~/bin
```