mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add instructions for Linux
This commit is contained in:
parent
d4b4cb399a
commit
7e3edcee2c
1 changed files with 9 additions and 2 deletions
|
@ -70,6 +70,13 @@ Then start the Docker container:
|
|||
|
||||
Note: if you're running the CLSI in macOS you may need to use `-v /var/run/docker.sock.raw:/var/run/docker.sock` instead.
|
||||
|
||||
Note: if you're running the CLSI in Linux you may need to adjust the permissions of the `compiles` folder to match your local user:
|
||||
|
||||
```shell
|
||||
sudo chown -R $(whoami):root compiles/
|
||||
sudo chmod g+w -R compiles/
|
||||
```
|
||||
|
||||
The CLSI should then be running at <http://localhost:3013>
|
||||
|
||||
Config
|
||||
|
|
Loading…
Reference in a new issue