-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis #95
Redis #95
Conversation
e3ee9db
to
f2ef7be
Compare
Conflicting PR. Removed from build OMERO-DEV-merge-homebrew/ICE=3.5,OSX=snapper#137. See the console output for more details.
|
NB: I assume testing of this occurs according to ome/devspace#20 (comment) |
Conflicting PR. Removed from build OMERO-DEV-merge-homebrew/ICE=3.5,OSX=snapper#138. See the console output for more details.
|
in
is not correct. This command is for scl python |
I will also break it into 2 PRs: one for linux, one for OSX |
Conflicting PR. Removed from build OMERO-DEV-merge-homebrew/ICE=3.5,OSX=snapper#139. See the console output for more details.
|
Conflicting PR. Removed from build OMERO-DEV-merge-homebrew/ICE=3.5,OSX=snapper#140. See the console output for more details.
|
Excluding for now as we need first #99 |
6573b06
to
2e0c87a
Compare
@jburel redis is now started in |
I have opened a PR against this branch so redis server is not started by default. |
Dev redis
Is Redis supported on all platforms? Or would it be easier to support just the latest (centos 7)? |
redis is supported for python 2.7 only |
very minor: CentOS7 => CentOS 7 |
done |
Thanks @aleksandra-tarkowska merging |
This PR test redis installation on Unix, see doc ome/omero-documentation#1431
To test:
open another console, (if you use docker-machine
eval $(docker-machine env dev)
)while script is logging in, on redis monitor you will see:
TESTED via travis https://travis-ci.org/ome/omero-install/builds/123777478