Regarding the git portion, I had to run ./configure before running make.
Thanks Daniel. I've added it to the page.
I had a problem with Nginx, got 403 error all the time. I did chmod 777 on everything, but it didn't change anything.
The problem was that /home/{user} was chmod 750, I set it to 751 and it worked fine. Hope this'll save some people a headache.
Discussion
Regarding the git portion, I had to run ./configure before running make.
Thanks Daniel. I've added it to the page.
I had a problem with Nginx, got 403 error all the time. I did chmod 777 on everything, but it didn't change anything.
The problem was that /home/{user} was chmod 750, I set it to 751 and it worked fine. Hope this'll save some people a headache.