https://github.com/gitonomy/gitonomy
[DEPRECATED] Git repositories inside your infrastructure
https://github.com/gitonomy/gitonomy
Last synced: 12 months ago
JSON representation
[DEPRECATED] Git repositories inside your infrastructure
- Host: GitHub
- URL: https://github.com/gitonomy/gitonomy
- Owner: gitonomy
- License: mit
- Archived: true
- Created: 2012-09-06T01:34:46.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T07:47:46.000Z (over 11 years ago)
- Last Synced: 2024-08-05T09:17:31.124Z (almost 2 years ago)
- Language: PHP
- Homepage:
- Size: 4.87 MB
- Stars: 276
- Watchers: 29
- Forks: 45
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitonomy
[](https://travis-ci.org/gitonomy/gitonomy)
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.
* download: http://gitonomy.com/download
* documentation: http://gitonomy.com/doc/gitonomy/master
* demo: http://gitonomy.com/demo
* backlog: https://trello.com/b/j53zyw57
## How to install?
Go to the [download page](http://gitonomy.com/download) 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 git@github.com:gitonomy/gitonomy.git gitonomy
cd gitonomy
./reset.sh