How do I set this up? #114
Replies: 5 comments
-
|
You are trying to set up using a self-built image, but you have not built it yourself beforehand. |
Beta Was this translation helpful? Give feedback.
-
|
Hello I figured how to set it up however the web gui is not working properly for me, here is my script to set it up However when I remove the docker compose override 127.0.0.1:80 web gui works. |
Beta Was this translation helpful? Give feedback.
-
|
Try removing If you are using the pre-built image, your You can get the image name from docker hub. Also, configure port in Check this guide for environment variables. First, use |
Beta Was this translation helpful? Give feedback.
-
|
Whilst your soluton works @simon4477, replacing sharelatex/sharelatex-base:ext-ce with overleafcep/sharelatex:6.0.1-ext-v3.3, I followed the instructions from the quick start guide which told me to clone the repo as I did in line 1, then compile the docker image locally which I did in line 3 and then I used that docker image given by the docker override yaml with inside. Why does this not work? When I run Also if I would like it to automatically update how would I do that? Wouldn't it be stuck to |
Beta Was this translation helpful? Give feedback.
-
|
There are two ways to use it, 1) use pre-built image from docker hub, 2) build the image yourself and then use it. The quick start guide is for compiling and building the image yourself. If you use second method, write the version to Your If you are using the pre-built image from docker hub, you don't need to clone the repo and build the image. You only need overleaf-toolkit, the image is pulled from docker hub. As for updating, there is no auto update mechanism. If you are using pre-built image, stop the server using Always backup your data directory before updating. You can safely delete the backup it if everything works fine after update. Then image that runs is the one you specify in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I first ran the command
git clone https://github.com/overleaf/toolkit.git ./overleaf, and then I didcd overleafandbin/init, i configure my settings and then i didvim config/docker-compose.override.ymland pasting this--- services: sharelatex: image: sharelatex/sharelatex:ext-cebut then I got thisBeta Was this translation helpful? Give feedback.
All reactions