Skip to content
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

Provide instructions for running on Mac #39

Closed
thesurlydev opened this issue Dec 1, 2015 · 3 comments
Closed

Provide instructions for running on Mac #39

thesurlydev opened this issue Dec 1, 2015 · 3 comments

Comments

@thesurlydev
Copy link

So far I've run into two separate issues trying to run version 2.7 on Mac:

  1. when attempting to start via './sirius.sh start', an error related to readlink occurs. I resolved this by overriding with a version from 'brew install coreutils'.
  2. attempting to run with Java 7 fails.

Please support running on Mac or at least mention the above in your documentation to save others time.

@scireumskip
Copy link
Contributor

Can you elaborate on the error concerning readlink?

I got coreutils: stable 8.23 (bottled), HEAD running Yosemite without any
issues. Did you already upgrade to El Cpaitan?

We'll add a hint that Java 8 is required...

freundliche Grüße
scireum GmbH

Andreas Haufler
Geschäftsführer


scireum GmbH, Eisenbahnstr. 24, 73630 Remshalden

Unser Service - gerne für Sie da:
Vertrieb: +49 (0) 7151 90316 10
Support: +49 (0) 7151 90316 20 - E-Mail: support@scireum.net

Tel.: +49 (0) 7151 90316 21 - E-Mail: aha@scireum.de
Fax: +49 (0) 7151 90316 19 - Internet: http://www.scireum.de

Geschäftsführer: Michael Haufler, Andreas Haufler
Amtsgericht Stuttgart, HRB 732171

2015-12-01 20:20 GMT+01:00 Shane Witbeck notifications@github.com:

So far I've run into two separate issues trying to run version 2.7 on Mac:

  1. when attempting to start via './sirius.sh start', an error related
    to readlink occurs. I resolved this by overriding with a version from 'brew
    install coreutils'.
  2. attempting to run with Java 7 fails.

Please support running on Mac or at least mention the above in your
documentation to save others time.


Reply to this email directly or view it on GitHub
#39.

@thesurlydev
Copy link
Author

Before installing coreutils via homebrew, I got:

readlink: illegal option -- f
usage: readlink [-n] [file ...]

After installing coreutils, I had to symlink greadlink (from coreutils).

@vAlmaraz
Copy link

vAlmaraz commented Feb 9, 2016

Check that you have the latest jdk and jre.
I have successfully executed s3ninja on OSX El Capitan without any problem.

This is my java -version output, in case it helps you:

java version "1.8.0_40"

Java(TM) SE Runtime Environment (build 1.8.0_40-b27)

Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode)

@andyHa andyHa closed this as completed Mar 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants