-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #184 from sbesson/server_certificates
OMERO.server: self-signed SSL certificates
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,6 +125,8 @@ mv $WORKSPACE/$DIST $OMERO_DIST | |
# INSTALL PYTHON PACKAGES | ||
source $WORKSPACE/.venv3/bin/activate | ||
pip install git+git://github.com/$SPACE_USER/omero-metadata.git@$MERGE_PUSH_BRANCH#egg=omero-metadata | ||
pip install git+git://github.com/$SPACE_USER/omero-cli-render.git@$MERGE_PUSH_BRANCH#egg=omero-cli-render | ||
pip install omero-certificates | ||
|
||
for x in *.tar.gz; do | ||
pip install -U $x # Install marshal, etc. *after* requirements | ||
|
@@ -144,6 +146,7 @@ omero config set omero.fs.repo.path "%user%_%userId%/%thread%//%year%-%mont | |
omero config set omero.db.poolsize 25 | ||
omero config set omero.security.trustStore /etc/pki/ca-trust/extracted/java/cacerts | ||
omero config set omero.security.trustStorePassword changeit | ||
omero certificates | ||
## END LOAD CONFIG | ||
|
||
|
||
|
@@ -175,4 +178,4 @@ deactivate</command> | |
<buildWrappers> | ||
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="[email protected]"/> | ||
</buildWrappers> | ||
</project> | ||
</project> |
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