-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
instance: upate invenio to 3.2, improve harvesting
* Updates invenio to version 3.2. * Bumps ES to version 7. * Uses Postgress 12 * Adds XSL style to OAI2D. * Implements deletion of resource links for unavailable ebooks during harvesting. * Uses poetry. Co-Authored-by: Peter Weber <[email protected]>
- Loading branch information
Showing
46 changed files
with
13,984 additions
and
10,198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,14 +27,17 @@ FROM python:3.6-slim-stretch | |
# require debian packages | ||
RUN apt-get update -y && apt-get upgrade -y | ||
RUN apt-get install --no-install-recommends -y git vim-tiny curl gcc gnupg libc6-dev && rm -rf /var/lib/apt/lists/* | ||
RUN pip install --upgrade setuptools wheel pip pipenv | ||
RUN pip install --upgrade setuptools wheel pip poetry | ||
|
||
# # uwsgi uwsgitop uwsgi-tools | ||
|
||
# Install Node | ||
#RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - | ||
#RUN apt-get install --no-install-recommends -y nodejs && rm -rf /var/lib/apt/lists/* | ||
#RUN npm install --silent [email protected] [email protected] [email protected] [email protected] | ||
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - | ||
RUN apt-get install --no-install-recommends -y nodejs && rm -rf /var/lib/apt/lists/* | ||
RUN npm install --silent node-sass@4.9.0 clean-css@3.4.19 uglify-js@2.7.3 requirejs@2.2.0 @angular/[email protected] | ||
RUN npm install --silent node-sass@4.14.1 clean-css[email protected] uglify-js@3.9.4 requirejs@2.3.6 | ||
|
||
# RUN npm update | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.