[DRE-commits] [gitlab] 01/01: update README.Debian with information on symlinks

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Feb 21 14:39:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository gitlab.

commit ac978c5cbd0bea81416a094306aa5f66ac7089dc
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Feb 21 20:09:09 2016 +0530

    update README.Debian with information on symlinks
---
 debian/README.Debian | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index d414849..4b0e74f 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -26,5 +26,16 @@ You can find the list of gems required by gitlab and their corresponding
 package versions in debian at
 http://debian.fosscommunity.in/status/?appname=gitlab&sort=satisfied
 
-6. vendored js files: some embedded javascript files in vendor/assets/javascripts are
-replaced by their packaged verion.
+6. vendored js files: some embedded javascript files in
+vendor/assets/javascripts are replaced by their packaged verion.
+
+7. root directory of rails is read only (/usr/share/gitlab); following symbolic
+links are added to enable write access to gitlab app
+
+> config -> /etc/gitlab
+> Gemfile.lock -> /var/lib/gitlab/Gemfile.lock
+> log -> /var/log/gitlab
+> public -> /var/lib/gitlab/public
+> tmp -> /run/gitlab
+> shared/cache -> /var/lib/gitlab/cache
+> /usr/share/gitlab/.secret -> /var/lib/gitlab/.secret

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list