Gitea installation tools & notes https://git.berlin
Go to file
Matthias Kretschmann 3c740ff9fc Update README.md 2016-04-24 20:28:12 +02:00
README.md Update README.md 2016-04-24 20:28:12 +02:00
appearance.md document appearance content 2016-04-23 17:15:16 +02:00
directories.md add default directories reference 2016-04-24 20:20:56 +02:00
logo-gitberlin-header.png add logo assets 2016-04-23 16:06:56 +02:00
logo-gitberlin.png add logo assets 2016-04-23 16:06:56 +02:00
logo.sketch add logo assets 2016-04-23 16:06:56 +02:00

README.md

git.kremalicous

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

Config

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