Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Update to version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oplantalech committed May 2, 2019
1 parent 3ba845d commit 935ed30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

# fetch the cBioPortal sources and version control metadata
ENV PORTAL_HOME=/cbioportal
RUN git clone --depth 1 -b v2.1.0 'https://github.com/cBioPortal/cbioportal.git' $PORTAL_HOME
RUN git clone --depth 1 -b v2.1.1 'https://github.com/cBioPortal/cbioportal.git' $PORTAL_HOME
WORKDIR $PORTAL_HOME

#RUN git fetch --depth 1 https://github.com/thehyve/cbioportal.git my_development_branch \
Expand Down
2 changes: 1 addition & 1 deletion portal.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ db.connection_string=jdbc:mysql://cbioDB/
db.tomcat_resource_name=jdbc/cbioportal
# this should normally be set to false. In some cases you could set this to true (e.g. for testing a feature of a newer release that is not related to the schema change in expected db version above):
db.suppress_schema_version_mismatch_errors=false

db.use_ssl=false

This comment has been minimized.

Copy link
@pieterlukasse

pieterlukasse May 28, 2019

Contributor

@oplantalech what will it take to get this working with true?

This comment has been minimized.

Copy link
@fedde-s

fedde-s May 29, 2019

Member

That enhancement idea is tracked as issue #65

# web page cosmetics
skin.title=Local cBioPortal instance
skin.email_contact=cbioportal at googlegroups dot com
Expand Down
2 changes: 1 addition & 1 deletion portal.properties.EXAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ db.connection_string=jdbc:mysql://localhost/
db.tomcat_resource_name=jdbc/cbioportal
# this should normally be set to false. In some cases you could set this to true (e.g. for testing a feature of a newer release that is not related to the schema change in expected db version above):
db.suppress_schema_version_mismatch_errors=false

db.use_ssl=false
# web page cosmetics
skin.title=cBioPortal for Cancer Genomics
skin.email_contact=cbioportal at googlegroups dot com
Expand Down

0 comments on commit 935ed30

Please sign in to comment.