Skip to content

Commit

Permalink
update to askomics 17.08
Browse files Browse the repository at this point in the history
  • Loading branch information
xgaia committed Oct 3, 2017
1 parent 193a46a commit d53512f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ install:
- docker build -t askomics-ie .
- docker run -d -p 6543:6543 askomics-ie
before_script:
- sleep 45
- sleep 1m
script:
- "curl -v -H \"X-Requested-With: XMLHttpRequest\" -X GET http://localhost:6543/startpoints"
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM xgaia/virtuoso
FROM askomics/virtuoso
MAINTAINER Xavier Garnier '[email protected]'


# Environment variables
ENV ASKOMICS="https://github.com/xgaia/askomics.git" \
ENV ASKOMICS="https://github.com/askomics/askomics.git" \
ASKOMICS_DIR="/usr/local/askomics" \
ASKOMICS_COMMIT="3c5209504c6c7a138cee397d97d5e031ed8de311" \
ASKOMICS_VERSION="17.09" \
SPARQL_UPDATE=true

# Copy files
Expand All @@ -17,7 +17,7 @@ COPY dump.template.nq /dump.template.nq
RUN apk add --update bash make gcc g++ zlib-dev libzip-dev bzip2-dev xz-dev git python3 python3-dev nodejs nodejs-npm wget && \
git clone ${ASKOMICS} ${ASKOMICS_DIR} && \
cd ${ASKOMICS_DIR} && \
git checkout ${ASKOMICS_COMMIT} && \
git checkout ${ASKOMICS_VERSION} && \
npm install gulp -g && \
npm install --production && \
chmod +x startAskomics.sh && \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docker AskOmics + Virtuoso (For Galaxy Interactive Environment)

![Docker Build](https://img.shields.io/docker/pulls/askomics/askomics-ie.svg)
[![Build Status](https://travis-ci.org/askomics/docker-askomics-virtuoso-ie.svg?branch=master)](https://travis-ci.org/askomics/docker-askomics-virtuoso-ie)
[![Build Status](https://travis-ci.org/askomics/docker-askomics-ie.svg?branch=master)](https://travis-ci.org/askomics/docker-askomics-ie)

AskOmics and Virtuoso dockerized

Expand All @@ -12,8 +12,8 @@ AskOmics and Virtuoso dockerized
## Or build

# Clone the repo
git clone https://github.com/askomics/docker-askomics-virtuoso-ie.git
cd docker-askomics-virtuoso-ie
git clone https://github.com/askomics/docker-askomics-ie.git
cd docker-askomics-ie
docker build -t askomics-ie .

## Run
Expand Down
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ mkdir /data/toLoad
mv /dump.nq /data/toLoad

# Link galaxy uplaoded datasets into askomics upload dir
mkdir -p $ASKO_FILES_DIR/upload
ln -s /import $ASKO_FILES_DIR/upload/$username
mkdir -p $ASKO_files_dir/upload
ln -s /import $ASKO_files_dir/upload/$username

# Monitor traffic
chmod +x /monitor_traffic.sh
Expand Down

0 comments on commit d53512f

Please sign in to comment.