add missing cleanup step

This commit is contained in:
Ben Bodenmiller 2014-10-14 23:52:45 -07:00
parent e3bd17a7ba
commit cec3b6c355
1 changed files with 6 additions and 0 deletions

View File

@ -195,6 +195,12 @@ sudo rm -R tmp
sudo -u git -H mkdir tmp
sudo chmod -R u+rwX tmp/
# create directory for pids, make sure GitLab can write to it
sudo -u git -H mkdir tmp/pids/
sudo chmod -R u+rwX tmp/pids/
# if you are already running a newer version of GitLab check that installation guide for other tmp folders you need to create
# reboot system
sudo reboot