git.berlin/README.md

41 lines
887 B
Markdown
Raw Normal View History

2016-04-24 22:31:44 +02:00
<img align="left" src="logo-gitberlin-header.png" height="100">
## git.berlin
2016-04-02 15:33:36 +02:00
2016-04-24 22:31:44 +02:00
[www.git.berlin](https://www.git.berlin) | git:git.berlin
---
2016-04-24 20:28:12 +02:00
## Config
- [Appearance](appearance.md)
- [Directories](directories.md)
- do monitor config template changes: https://gitlab.com/gitlab-org/omnibus-gitlab/commits/master/files/gitlab-config-template/gitlab.rb.template
2016-04-02 15:33:36 +02:00
## Documentation
2016-04-24 22:46:23 +02:00
- http://doc.gitlab.com/omnibus/
- https://gitlab.com/gitlab-org/omnibus-gitlab/tree/master/doc
- https://gitlab.com/gitlab-org/gitlab-ce/tree/master/doc
2016-04-02 15:33:36 +02:00
## Handy commands
```bash
cd /etc/gitlab/
cd /var/opt/gitlab/
2016-04-02 15:33:36 +02:00
# reconfigure all the things
sudo gitlab-ctl reconfigure
# restart all the things
sudo gitlab-ctl restart
2016-04-02 15:33:36 +02:00
# run checks
sudo gitlab-rake gitlab:check
2016-04-02 15:33:36 +02:00
# clean all the things
sudo gitlab-rake assets:clean assets:precompile cache:clear
2016-04-02 15:33:36 +02:00
# backup
sudo gitlab-rake gitlab:backup:create
2016-04-02 15:33:36 +02:00
```