mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
make all needed directories in install deps
This commit is contained in:
parent
e3514e84cd
commit
6657b6c1dc
1 changed files with 4 additions and 3 deletions
|
@ -7,8 +7,9 @@ wget -q https://s3.amazonaws.com/sl-public-dev-assets/ghostscript-9.15.tar.gz -O
|
|||
cd /tmp
|
||||
tar -xvf /tmp/ghostscript-9.15.tar.gz
|
||||
cd /tmp/ghostscript-9.15 && ./configure && make && make install
|
||||
|
||||
npm rebuild
|
||||
mkdir /app/user_files/ /app/uploads/ /app/template_files/
|
||||
chown -R node:node /app/user_files
|
||||
chown -R node:node /app/uploads
|
||||
|
||||
echo gs --version
|
||||
chown -R node:node /app/template_files
|
||||
ls -al /app
|
Loading…
Reference in a new issue