Skip to content

Commit

Permalink
update rudolf refresh period and export triplestore endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
liyakun committed May 8, 2018
1 parent 7f9de0b commit 831f299
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ server {

include includes/locations/opencpu.conf;

include includes/locations/rdfbrowser.conf;
include includes/locations/triplestore.conf;

######################### Lets encrypt ############################

Expand Down
2 changes: 1 addition & 1 deletion docker-config/os-packager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN npm --version
RUN git config --global url.https://github.com/.insteadOf git://github.com/
RUN git clone https://github.com/openbudgets/os-packager.git app && \
cd /app && git checkout describe_from_file && \
cd /app && git checkout 2dfe88ab683cbf718d68986cf9fbe9098766303d
cd /app && git checkout 6e4414a80b3f7e50b3552e3a7206915f7977436a

COPY ./obeu_specific/styles.less /app/app/front/styles/styles.less

Expand Down
2 changes: 1 addition & 1 deletion docker-config/rudolf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY ./refreshCache /refreshCache
RUN chmod a+rwx /refreshCache

# Running refresh of Cache takes 5 mins:
RUN (crontab -l ; echo "00 00 * * * /refreshCache" ; echo)| crontab -
RUN (crontab -l ; echo "*/30 * * * * /refreshCache" ; echo)| crontab -

EXPOSE 8990
COPY ./start.sh /start.sh
Expand Down

0 comments on commit 831f299

Please sign in to comment.