On a freshly installed Linux server you need to test file permission and database connectivity.
Here are some scripts that can help you with that:
Sunday, February 23, 2014
Wednesday, February 12, 2014
Git protocol on server and client side
This is an advanced tutorial for experienced users that are familiar with git, SSH protocols and shell scripts.
On server side
Do not close the terminal on server.
On server side
[user@test_server ~]$ git daemon --base-path=/var/www/html --reuseaddr --export-all --verbose --enable=receive-pack
Do not close the terminal on server.
--base-path=/var/www/html
is path to your repository.
Subscribe to:
Posts (Atom)