Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
d2ad2989
Commit
d2ad2989
authored
4 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-320
: added dependencies to builf both LTAIngest and TMSS.
parent
69536966
No related branches found
No related tags found
2 merge requests
!308
Resolve TMSS-495
,
!306
Resolve TMSS-320
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Docker/lofar-ci/Dockerfile_ci_lta
+10
-2
10 additions, 2 deletions
Docker/lofar-ci/Dockerfile_ci_lta
SAS/TMSS/src/CMakeLists.txt
+0
-1
0 additions, 1 deletion
SAS/TMSS/src/CMakeLists.txt
with
10 additions
and
3 deletions
Docker/lofar-ci/Dockerfile_ci_lta
+
10
−
2
View file @
d2ad2989
...
...
@@ -8,7 +8,7 @@ FROM ci_base:$BASE_VERSION
RUN echo "Installing packages for LTA..."
RUN yum install -y nmap-ncat boost readline-devel boost-devel binutils-devel boost-python36 boost-python36-devel
RUN yum install -y nmap-ncat boost readline-devel boost-devel binutils-devel boost-python36 boost-python36-devel
openldap-devel
# see https://www.postgresql.org/download/linux/redhat/ on how to install postgresql-server > 9.2 on centos7
RUN yum erase -y postgresql postgresql-server postgresql-devel && \
...
...
@@ -17,7 +17,15 @@ RUN yum erase -y postgresql postgresql-server postgresql-devel && \
cd /bin && ln -s /usr/pgsql-9.6/bin/initdb && ln -s /usr/pgsql-9.6/bin/postgres
ENV PATH /usr/pgsql-9.6/bin:$PATH
RUN pip3 install kombu requests pysimplesoap mysql-connector flask lxml jsonschema psycopg2 testing.postgresql
RUN pip3 install pysimplesoap mysql-connector flask lxml jsonschema psycopg2 testing.postgresql kombu lxml requests pygcn xmljson mysql-connector-python python-dateutil Django==3.0.9 djangorestframework==3.11.1 djangorestframework-xml ldap==1.0.2 flask fabric coverage python-qpid-proton PyGreSQL numpy h5py psycopg2 Flask-Testing scipy Markdown django-filter python-ldap python-ldap-test ldap3 django-jsonforms django-json-widget django-jsoneditor drf-yasg flex swagger-spec-validator django-auth-ldap mozilla-django-oidc jsonschema comet pyxb==1.2.5 graphviz isodate astropy packaging django-debug-toolbar pymysql astroplan SimpleWebSocketServer websocket_client
# Note: nodejs now comes with npm, do not install the npm package separately, since that will be taken from the epel repo and is conflicting.
RUN echo "Installing Nodejs packages..." && \
curl -sL https://rpm.nodesource.com/setup_14.x | bash - && \
yum install -y nodejs && \
npm -v && \
node -v && \
npm install -g serve
RUN adduser ingest
USER ingest
\ No newline at end of file
This diff is collapsed.
Click to expand it.
SAS/TMSS/src/CMakeLists.txt
+
0
−
1
View file @
d2ad2989
...
...
@@ -11,7 +11,6 @@ find_python_module(rest_framework REQUIRED) # pip3 install djangorestframewo
find_python_module
(
ldap REQUIRED
)
find_python_module
(
django_filters REQUIRED
)
# pip3 install django-filter
find_python_module
(
django_auth_ldap REQUIRED
)
# sudo apt-get install python3-django-python3-ldap python3-django-auth-ldap
find_python_module
(
coreapi REQUIRED
)
# sudo apt-get install python3-coreapi
find_python_module
(
django_jsonforms REQUIRED
)
# pip3 install django-jsonforms
find_python_module
(
django_json_widget REQUIRED
)
# pip3 install django-json-widget
find_python_module
(
jsoneditor REQUIRED
)
# pip3 install django-jsoneditor
...
...
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