Giter VIP home page Giter VIP logo

cgit's Introduction

cgit.

CgIt is a fast web interface for the git version control system, using a built in cache to decrease pressure on the git server. https://git.zx2c4.com/cgit/

To run the image:

This is a basic implementation and gonna stay on this way, works very well out the box. If you look for aditional features look on my other dockers.

How to use it?

Mounting the git repository volume

The basic use of the docker, replace the gitrepo with you directory.

docker run -d -p 80:80 -v $PWD/gitrepo:/mnt/git oems/cgit

Using your own git repository (make backup of your original data before to load this docker):

docker run -d -p 80:80 -v $PWD/gitrepo:/mnt/git oems/cgit

cgit_shot1.

Build your own:

Modify the mysql_wikkawiki.sql with your own user and database definitions and build the image:

git clone [email protected]:oemunoz/cgit.git cgit
cd cgit
docker build -t "cgit" .

About this implementation:

This implementation downloads the code from the main page and compile it, this is not a installation from the repos.

Features

  • highlight
  • subdirectory search
  • Readme parse. (About)
  • Check with md5sum the tar.gz before compile it.

History

I gonna to leave this docker only with the Upgrades and basic options and changes, there is some people using it.

  • 161207: Update the Docker file to the ADD for download the code.
  • 160706: Work out of the box.
  • 160705: Basic Initial Version.

Credits

To the real coders!!! https://git.zx2c4.com/cgit/about/

License

GNU General Public License

cgit's People

Contributors

oemunoz avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.