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

Getting started #75

Closed
michaeloa opened this issue May 15, 2015 · 10 comments
Closed

Getting started #75

michaeloa opened this issue May 15, 2015 · 10 comments
Assignees
Labels

Comments

@michaeloa
Copy link

What environment are the instructions done for?

I've been trying to test this, but on two different machines, I'm simply hitting dependency cannot be resolved errors on everything. These are ubuntu precise (12.04) machines, so thinking that it might simply be the environment is too old, and I need to find a 14.04 setup to run this on.

@agazzarini
Copy link
Member

Hi Michael,
The environment is good, could you paste the error you're getting?
Dependency resolution seems something related with Maven.

Did you have a working internet connection on that machine? Maven is
somewhat "hairy" if it wasn't able to download some dependency...and
unfortunately just retrying after restablishing the connection doesn't work.

In case my assumption is right, you should remove all downloaded dependencies:

rm -rf $HOME/.m2/repository/*

And then retry with the installation (without cloning the repository)

Let me know

Andrea
On 15 May 2015 18:37, "Michael Akinde" [email protected] wrote:

What environment are the instructions done for?

I've been trying to test this, but on two different machines, I'm simply
hitting dependency cannot be resolved errors on everything. These are
ubuntu precise (12.04) machines, so thinking that it might simply be the
environment is too old, and I need to find a 14.04 setup to run this on.


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

@michaeloa
Copy link
Author

Probably won't get around to looking at it any more this week (late). But I fired up a VM with 14.04, and that has now finished building and appears to be running fine. I'll take a look at it again on monday.

@agazzarini
Copy link
Member

Ok nice to hear. However, as I said, I don't think the OS version had something to do with that.

If you will get some information on monday, please post them here.

Thanks

@agazzarini
Copy link
Member

Hi @michaeloa, tomorrow I will put a "troubleshooting" section on the getting started page so we will close this issue ok?

@michaeloa
Copy link
Author

Sure, no problem. Unfortunately, I didn't have time to look more closely at this today, except to try and throw up a compilation on a VM with Precise which failed (for a different reason than the OP). Since we're anyway going to be running SolR on 14.04 servers, it's not worthwhile for us to spend much more time trying to figure this one out.

Btw, regarding your #76, I found the installation instructions quite OK - though it would be useful to specify what envs its been tested on. I would think most technical users (and how many potential users are likely not to have tech competence) should be able to follow them.

I have someone in my team looking at building a simple website around a SolRDF database (forked the repo earlier today). We'll get back to you if we discover any other issues or find something to contribute.

@agazzarini
Copy link
Member

Hi @michaeloa, sounds great. Another intersting option could also be to
provide a preinstalled VM image wth SolRDF.
About the fork, it would be great if who is investigating around SolRDF
(and in general anybody interested) could join the user and / or dev
mailing list. I'm terribly curious about SolRDF use cases and the user list could be an ideal place to make people aware about cool ideas.

2015-05-18 23:24 GMT+02:00 Michael Akinde [email protected]:

Sure, no problem. Unfortunately, I didn't have time to look more closely
at this today, except to try and throw up a compilation on a VM with
Precise which failed (for a different reason than the OP). Since we're
anyway going to be running SolR on 14.04 servers, it's not worthwhile for
us to spend much more time trying to figure this one out.

Btw, regarding your #76 #76,
I found the installation instructions quite OK - though it would be useful
to specify what envs its been tested on. I would think most technical users
(and how many potential users are likely not to have tech competence)
should be able to follow them.

I have someone in my team looking at building a simple website around a
SolRDF database (forked the repo earlier today). We'll get back to you if
we discover any other issues or find something to contribute.


Reply to this email directly or view it on GitHub
#75 (comment).

@martin-voigt
Copy link

Hi,
hopefully in June I can give SolRDF a try and since we use Docker to encapsulate our services I will try to provide a Docker container fr SolRDF.

@agazzarini
Copy link
Member

Wow, that would be absolutely great! I'm not expert on this topic, what
is the "deliverable" artifact of such Docker thing? An image file? I
setup a Dropbox account so we could put that stuff there

On 05/19/2015 08:52 AM, martin-voigt wrote:

Hi,
hopefully in June I can give SolRDF a try and since we use Docker to
encapsulate our services I will try to provide a Docker container fr
SolRDF.


Reply to this email directly or view it on GitHub
#75 (comment).

@michaeloa
Copy link
Author

We've been looking at Docker in our current project, though we haven't moved to using it for production usage yet. But this would definitely be something we could find interesting to use, too.

@agazzarini
Copy link
Member

Closing this issue after renaming of issue #76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants