update README.Debian with information on symlinks
This commit is contained in:
parent
1fcefa4553
commit
ac978c5cbd
1 changed files with 13 additions and 2 deletions
15
debian/README.Debian
vendored
15
debian/README.Debian
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue