Gitea installation tools & notes https://git.berlin
Go to file
2016-04-21 19:48:24 +02:00
README.md update for GitLab CE Onmnibus installation 2016-04-21 19:48:24 +02:00

git.kremalicous

URL: https://www.git.berlin SSH Host: git.berlin

Documentation

http://doc.gitlab.com/omnibus/

Handy commands

# connect
ssh m@git.berlin

cd /etc/gitlab/
cd /var/opt/gitlab/

# reconfigure all the things
sudo gitlab-ctl reconfigure

# restart all the things
sudo gitlab-ctl restart

# run checks
sudo gitlab-rake gitlab:check

# clean all the things
sudo gitlab-rake assets:clean assets:precompile cache:clear

# backup
sudo gitlab-rake gitlab:backup:create