Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dtu-enote-sharelatex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
enote
dtu-enote-sharelatex
Commits
617828b2
Commit
617828b2
authored
Jul 25, 2019
by
iaibrys
Browse files
Options
Downloads
Patches
Plain Diff
Use overleaf repos
parent
f9e399dd
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#406
failed
Jul 25, 2019
Stage: build
Stage: release
Stage: deploy
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
sharelatex/Dockerfile
+14
-8
14 additions, 8 deletions
sharelatex/Dockerfile
sharelatex/config/services.js
+3
-3
3 additions, 3 deletions
sharelatex/config/services.js
with
17 additions
and
11 deletions
sharelatex/Dockerfile
+
14
−
8
View file @
617828b2
...
@@ -79,14 +79,20 @@ RUN cd /var/www/sharelatex; \
...
@@ -79,14 +79,20 @@ RUN cd /var/www/sharelatex; \
grunt
install
grunt
install
# find . -type d -name .git -exec rm -rf '{}' +
# find . -type d -name .git -exec rm -rf '{}' +
RUN
cd
/var/www/sharelatex
&&
bash
-c
'source ./bin/install-services'
;
\
RUN
cd
/var/www/sharelatex
&&
bash
-c
'source ./bin/install-services'
cd
web
;
\
RUN
cd
/var/www/sharelatex/web
&&
\
npm
install
;
\
npm
install
&&
\
npm
install
bcrypt
;
\
npm
install
bcrypt
cd
modules
;
\
RUN
cd
/var/www/sharelatex
&&
find
.
-maxdepth
1
-type
d
-printf
'%p\n'
-exec
git
--git-dir
'{}/.git'
log
-1
--pretty
=
oneline
\;
RUN
cd
/var/www/sharelatex/web/modules
;
\
# ls -alsR launchpad;
\
# mv launchpad old_launchpad;
\
git clone https://github.com/overleaf/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
..
;
\
cd
launchpad
;
git checkout fe6aaa63b4146271fc92a25ab9d22ef1099d4501
;
rm
-rf
.git
grunt compile
;
RUN
cd
/var/www/sharelatex/web/modules
;
git log
-1
;
grunt compile
COPY
config/git-revision.js /var/www/
COPY
config/git-revision.js /var/www/
RUN
cd
/var/www
&&
node git-revision
>
revisions.txt
RUN
cd
/var/www
&&
node git-revision
>
revisions.txt
...
...
This diff is collapsed.
Click to expand it.
sharelatex/config/services.js
+
3
−
3
View file @
617828b2
...
@@ -2,8 +2,8 @@ module.exports =
...
@@ -2,8 +2,8 @@ module.exports =
[{
[{
name
:
"
web
"
,
name
:
"
web
"
,
repo
:
"
https://github.com/
dtu-compute/web-sharelatex
.git
"
,
repo
:
"
https://github.com/
overleaf/web
.git
"
,
version
:
"
c27438b8042fc9d9e12136f4e805a690cde7c13d
"
version
:
"
f56f7eed63d34122901b8abf757d3b07e50f84c1
"
},
{
},
{
name
:
"
real-time
"
,
name
:
"
real-time
"
,
repo
:
"
https://github.com/overleaf/real-time.git
"
,
repo
:
"
https://github.com/overleaf/real-time.git
"
,
...
@@ -42,7 +42,7 @@ module.exports =
...
@@ -42,7 +42,7 @@ module.exports =
version
:
"
5fe85098527ef1f2cf297746ec4379013b044250
"
version
:
"
5fe85098527ef1f2cf297746ec4379013b044250
"
},
{
},
{
name
:
"
contacts
"
,
name
:
"
contacts
"
,
repo
:
"
https://github.com/
dtu-compute/contacts-sharelatex
.git
"
,
repo
:
"
https://github.com/
overleaf/contacts
.git
"
,
version
:
"
3721589e450dbe04c968a67127cb21141710e013
"
version
:
"
3721589e450dbe04c968a67127cb21141710e013
"
},
{
},
{
name
:
"
notifications
"
,
name
:
"
notifications
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment