mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Linked CLSI synctext to /opts/synctex (#118)
This commit is contained in:
parent
fbd5e2a826
commit
325c31d602
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ RUN bash -c 'cd /var/www/sharelatex && source ./bin/install-services'
|
||||||
RUN bash -c 'cd /var/www/sharelatex && source ./bin/compile-services'
|
RUN bash -c 'cd /var/www/sharelatex && source ./bin/compile-services'
|
||||||
|
|
||||||
|
|
||||||
|
# Links CLSI sycntex to its default location
|
||||||
|
# ------------------------------------------
|
||||||
|
RUN ln -s /var/www/sharelatex/clsi/bin/synctex /opt/synctex
|
||||||
|
|
||||||
|
|
||||||
# Change application ownership to www-data
|
# Change application ownership to www-data
|
||||||
# ----------------------------------------
|
# ----------------------------------------
|
||||||
RUN chown -R www-data:www-data /var/www/sharelatex;
|
RUN chown -R www-data:www-data /var/www/sharelatex;
|
||||||
|
|
Loading…
Reference in a new issue