Skip to content
Snippets Groups Projects
Commit 941646f1 authored by iaibrys's avatar iaibrys
Browse files

Update to overleaf git repos

parent 4c83e7a2
No related branches found
No related tags found
No related merge requests found
Pipeline #403 failed
```
docker exec sharelatex /bin/bash -c "cd /var/www/sharelatex; grunt user:create-admin --email joe@example.com"
docker exec sharelatex /bin/bash -c "cd /var/www/sharelatex; grunt user:delete --email joe@example.com"
docker exec sharelatex /bin/bash -c "cd /var/www/sharelatex; grunt user:create-admin --email=joe@example.com"
docker exec sharelatex /bin/bash -c "cd /var/www/sharelatex; grunt user:delete --email=joe@example.com"
Back ported changes upto b830a7d837e8034a795b26408d0b36e0544cdd98
```
......
......@@ -54,7 +54,7 @@ RUN apt-get -qq -y install texlive-base texlive-binaries texlive-latex-base texl
RUN apt-get -qq -y install r-base r-base-dev xorg xorg-dev r-cran-rgl libxml2-dev libcurl4-gnutls-dev \
r-cran-rjava default-jre ed libssl-dev
RUN git clone https://github.com/sharelatex/sharelatex.git /var/www/sharelatex && \
RUN git clone https://github.com/overleaf/overleaf.git /var/www/sharelatex && \
pushd /var/www/sharelatex/; \
git checkout 5064b4cb3afad68bd97244e33c37254531c148e4; \
rm -rf .git
......@@ -84,7 +84,7 @@ RUN cd /var/www/sharelatex && bash -c 'source ./bin/install-services'; \
npm install; \
npm install bcrypt; \
cd modules; \
git clone https://github.com/sharelatex/launchpad-web-module.git launchpad; \
git clone https://github.com/overleaf/launchpad-web-module.git launchpad; \
cd launchpad; git checkout fe6aaa63b4146271fc92a25ab9d22ef1099d4501; rm -rf .git; cd .. ;\
grunt compile;
......
......@@ -6,39 +6,39 @@ module.exports =
version: "c27438b8042fc9d9e12136f4e805a690cde7c13d"
}, {
name: "real-time",
repo: "https://github.com/sharelatex/real-time-sharelatex.git",
repo: "https://github.com/overleaf/real-time.git",
version: "aff98de9d055ac7c4e238324fd1f062cfee90be4"
}, {
name: "document-updater",
repo: "https://github.com/sharelatex/document-updater-sharelatex.git",
repo: "https://github.com/overleaf/document-updater.git",
version: "bb64ab47851b500bd51de6409b97d8edc367eed8"
}, {
name: "clsi",
repo: "https://github.com/sharelatex/clsi-sharelatex.git",
repo: "https://github.com/overleaf/clsi.git",
version: "12c1dc632a7afb090fb87db6d96d9be2e8bfb0cd"
}, {
name: "filestore",
repo: "https://github.com/sharelatex/filestore-sharelatex.git",
repo: "https://github.com/overleaf/filestore.git",
version: "c2eb0f6a780c879574ca3d6d4f33ad614560fef6"
}, {
name: "track-changes",
repo: "https://github.com/sharelatex/track-changes-sharelatex.git",
repo: "https://github.com/overleaf/track-changes.git",
version: "1d37a991596b5d5fd22d27ad1bf5a69977c5a88c"
}, {
name: "docstore",
repo: "https://github.com/sharelatex/docstore-sharelatex.git",
repo: "https://github.com/overleaf/docstore.git",
version: "be3b3e2b220010bffb17e7add23cec51d7dc9d63"
}, {
name: "chat",
repo: "https://github.com/sharelatex/chat-sharelatex.git",
repo: "https://github.com/overleaf/chat.git",
version: "c14a90d52672c1ab251183934edc312745f3396c"
}, {
name: "tags",
repo: "https://github.com/sharelatex/tags-sharelatex.git",
repo: "https://github.com/overleaf/tags.git",
version: "46d4ae810f9ca795764fe90e0b75603d166ccbf0"
}, {
name: "spelling",
repo: "https://github.com/sharelatex/spelling-sharelatex.git",
repo: "https://github.com/overleaf/spelling.git",
version: "5fe85098527ef1f2cf297746ec4379013b044250"
}, {
name: "contacts",
......@@ -46,6 +46,6 @@ module.exports =
version: "3721589e450dbe04c968a67127cb21141710e013"
}, {
name: "notifications",
repo: "https://github.com/sharelatex/notifications-sharelatex.git",
repo: "https://github.com/overleaf/notifications.git",
version: "fff86260ce2f71a5ceb1d672bb869d87b7c3beae"
}]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment