From 77cdf9addb898d686f9b3e5deef522e08bb88cca Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 2 Apr 2016 13:33:36 +0000 Subject: [PATCH] convert wiki into readme file --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..edcd142 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# git.kremalicous + +URL: https://gitlab.kremalicious.com +SSH Host: git.kremalicious.com + +## Documentation + +https://docs.bitnami.com/google/apps/gitlab/ +https://wiki.bitnami.com/Applications/BitNami_GitLab + +## Handy commands + +```bash +# connect +ssh m@git.kremalicious.com + +# change to git user +sudo su git + +cd apps/gitlab/htdocs + +# run checks +bundle exec rake gitlab:check RAILS_ENV=production + +# clean all the things +bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production + +# backup +bundle exec rake gitlab:backup:create RAILS_ENV=production + +# restart all the things +sudo /opt/bitnami/ctlscript.sh restart +```