Add reference to crea_repo script and free training course to the readme.txt file
This commit is contained in:
parent
5e239819a5
commit
775c0b2e7b
|
@ -43,6 +43,8 @@ PROVIDE ACCESS (Users will have access to all repositories in the server)
|
||||||
CREATE A NEW REPOSITORY (on the server by the administrator)
|
CREATE A NEW REPOSITORY (on the server by the administrator)
|
||||||
------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
|
|
||||||
|
Run the following commands:
|
||||||
|
|
||||||
cd /home/git
|
cd /home/git
|
||||||
sudo mkdir myrepo.git
|
sudo mkdir myrepo.git
|
||||||
sudo chown -R git:www-data myrepo.git
|
sudo chown -R git:www-data myrepo.git
|
||||||
|
@ -53,9 +55,15 @@ cd ..
|
||||||
sudo chown -R git:www-data myrepo.git
|
sudo chown -R git:www-data myrepo.git
|
||||||
sudo chmod -R 775 myrepo.git
|
sudo chmod -R 775 myrepo.git
|
||||||
|
|
||||||
|
Alternative you may run the following script as sudo:
|
||||||
|
|
||||||
|
sudo ./crea_repo.sh myrepo
|
||||||
|
|
||||||
|
|
||||||
REFERENCES
|
REFERENCES
|
||||||
----------
|
----------
|
||||||
|
|
||||||
https://git-scm.com/ #git official documentation
|
https://git-scm.com/ #git official documentation
|
||||||
|
https://learn.smt-acc.com/ #free introductory course to Git with certification
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue