spaziocodice / SolRDF

An RDF plugin for Solr
Apache License 2.0
114 stars 20 forks source link

Getting started #75

Closed michaeloa closed 9 years ago

michaeloa commented 9 years ago

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 commented 9 years ago

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" notifications@github.com 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 https://github.com/agazzarini/SolRDF/issues/75.

michaeloa commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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

michaeloa commented 9 years ago

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 commented 9 years ago

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 notifications@github.com:

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 https://github.com/agazzarini/SolRDF/issues/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 https://github.com/agazzarini/SolRDF/issues/75#issuecomment-103216518.

martin-voigt commented 9 years ago

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 commented 9 years ago

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 https://github.com/agazzarini/SolRDF/issues/75#issuecomment-103370476.

michaeloa commented 9 years ago

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 commented 9 years ago

Closing this issue after renaming of issue #76