Forum archive
Git in LAMP ?
Hi guys,
I'm using successfully the Turnkey LAMP appliance for a long time now and it's just great.
However, recently I noticed one of my server was short in space. / had 0% free making the MySql server not starting anymore. So I searched a bit and found almost 4GB was used in /etc/.git
since I have absolutely no need in git in this server I just did a rm -rf /etc/.git but still... I'm confused why are we supposed to have git in a LAMP appliance?
Thanks,
Oh! thanks... I get it now. I'll probably not uninstall etckeeper then but just ensure /etc/.git does not grow too fast. I've just done an uninit -f then init... it will be probably cleaner than just rm -rf etc/.git
Thanks!