Hi,
I need to install devel/git on my webserver in order to use this wordpress plugin
So far I installed git using
Question is what do i do now? All the help I found online is mainly for setting real life collaboration git repository..
http://bin63.com/how-to-setup-a-git-repository-on-freebsd
https://forums.freebsd.org/threads/10810/
I understand that my /etc.rc.conf must have
Do I need
I need to install devel/git on my webserver in order to use this wordpress plugin
So far I installed git using
pkg install git
and I now have it installed..Question is what do i do now? All the help I found online is mainly for setting real life collaboration git repository..
http://bin63.com/how-to-setup-a-git-repository-on-freebsd
https://forums.freebsd.org/threads/10810/
I understand that my /etc.rc.conf must have
Code:
git_daemon_enable="YES"
Code:
git_daemon_directory="/git"
git_daemon_flags="--syslog --base-path=/git --export-all --reuseaddr --detach"