Coder Social home page Coder Social logo

Gitonomy

Build Status

Gitonomy is a git repository management solution. It acts as a git server and offer you a web-interface to manage and browse your repositories.

How to install?

Go to the download page and get the last stable release of Gitonomy.

Uncompress the archive, and you will have a project with this structure:

app/
src/
vendor/
web/
README.md
install.sh

Put this folder where-ever you want and make your web-server use the web/ folder as document root.

You need to make sure that the application has full write-access to git repositories, even via web.

Two front controllers are used for administration: app_dev.php and install.php. Those two files, as default, are secured to only accept connections from localhost.

If you want to setup the application remotely, edit those files to fit with your policy. It's your responsability to secure those scripts. When you're done, access http://localhost/install.php and continue with step-by-step.

When it's done, you need to setup CRONTAB for recurring tasks:

* * * * * php /path/to/gitonomy/app/console authorized:keys -i > ~/.ssh/authorized_keys

That's it, your are now ready to use Gitonomy.

How to contribute?

If you are a developer and plan to contribute on Gitonomy, you need to checkout code on your computer and run the reset.sh script located at root of repository:

git clone [email protected]:gitonomy/gitonomy.git gitonomy
cd gitonomy
./reset.sh

Gitonomy's Projects

Gitonomy doesnโ€™t have any public repositories yet.

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.