blob: e4d319f31b2361e96a2e9da6b66636d0d8261843 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# githost
A docker-compose provisioned gitolite+cgit+nginx setup.
## Setup
Run
```
sh ./init.sh
```
This will generate a new keypair in the local directory, and add it to a `.env`
file. Type a password for the new ssh-keypair.
## Local development
When you've upped the containers you can clone the githost-admin repo with
```
git clone git@localhost:gitolite-admin.git --config core.sshCommand="ssh -i PATH_TO_PRIVATE_KEY -p 2222"
```
|