Gitea installation tools & notes https://git.berlin
Go to file
Matthias Kretschmann f8724172e2
update url
2016-10-16 00:41:56 +02:00
public update url 2016-10-16 00:41:56 +02:00
.gitignore update url 2016-10-16 00:41:56 +02:00
README.md create public front page 2016-04-30 22:55:15 +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
gulpfile.js update url 2016-10-16 00:41: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 create public front page 2016-04-30 22:55:15 +02:00
package.json update url 2016-10-16 00:41:56 +02:00

README.md

## git.berlin

www.git.berlin | git:git.berlin


Config

Documentation

Handy commands

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