https://github.com/354651432/gitserver
http git server base on php laravel
https://github.com/354651432/gitserver
git http laravel php
Last synced: 3 months ago
JSON representation
http git server base on php laravel
- Host: GitHub
- URL: https://github.com/354651432/gitserver
- Owner: 354651432
- Created: 2019-06-18T10:32:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T02:21:24.000Z (about 7 years ago)
- Last Synced: 2026-03-05T18:34:03.920Z (4 months ago)
- Topics: git, http, laravel, php
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# http git server base on php laravel
> mysql http base authorized server
## install guide
0. install `composer install six/git-server`
0. initialize table `php artisan git:user init`
0. add a user `php artisan git:user add tata@dr.h:123`
0. add a repos `php artisan git:server app1`
0. clone it from you website `git clone http://you-hosts/repos/app1.git`
0. username is tata@dr.h
0. password is 123
0. the user can `clone` and `pull` and `push`...
## configurations
> default configuration see src/config/git.php
> if you need change it move it to you config path