hlj / gitolite-docker

[Deprecated] move to https://github.com/hlj/docker-gitolite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#[Deprecated] move to there

#gitolite-docker

Gitolite server on docker

Build

  1. Use your own ssh public key replace the content of admin.pub.

  2. build it:

    docker build -t gitolite .

Run

  1. you should create a directory for git repositories.

    $ sudo mkdir -p /opt/git
    $ sudo chown $USER:$USER /opt/git

The path /opt/git have to match the folder name in gitolite script.

  1. start it:

    ./gitolite start

##More details Please read this article. It was written in Chinese.

About

[Deprecated] move to https://github.com/hlj/docker-gitolite

License:MIT License


Languages

Language:Shell 100.0%