six / git-server
There is no license information available for the latest version (1.0.3) of this package.
git server base on laravel
1.0.3
2019-06-20 02:20 UTC
This package is auto-updated.
Last update: 2025-03-20 14:44:11 UTC
README
mysql http base authorized server
install guide
- install
composer install six/git-server
- initialize table
php artisan git:user init
- add a user
php artisan git:user add tata@dr.h:123
- add a repos
php artisan git:server app1
- 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 canclone
andpull
andpush
...
configurations
default configuration see src/config/git.php if you need change it move it to you config path