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

Move Fuseki install from stand alone server to deployable war. FCREPO-14... #7

Closed
wants to merge 3 commits into from

Conversation

ruebot
Copy link

@ruebot ruebot commented Apr 15, 2015

...67

@awoods
Copy link

awoods commented Apr 15, 2015

mkdir "$FUSEKI_HOME/test_data"
ln -s $FUSEKI_HOME/fuseki /etc/init.d
echo "FUSEKI_HOME=\"$FUSEKI_HOME\"" > /etc/default/fuseki
echo "FUSEKI_ARGS=\"--update --loc=$FUSEKI_HOME/test_data /test\"" >> /etc/default/fuseki
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In moving to the war deployment, it looks like we lost these FUSEKI_ARGS.
This PR should ensure all three of these things:

  1. the triplestore is update-able
  2. the triplestore persistence is at $FUSEKI_HOME/test_data
  3. the initial dataset is exposed at /test

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Looks like shiro.ini was forbidding any real use of the web interface. I'll comment out the line that did that.
  2. Is there anything hard coded to $FUSEKI_HOME/test_data -- I'm not see anything? Fuseki 2.0.0 has a default base of /etc/fuseki and the dataset will live at $FUSEKI_BASE/databases/test.
  3. I just need to figure out how to create a configuration file for Fuseki 2.0.0

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. ok
  2. Any test directory will do
  3. Good luck, and please add a new commit to this PR once you have it figured out.

@ruebot
Copy link
Author

ruebot commented Aug 24, 2015

I'll close this pull request, and hopefully open up a new on later this week.

@ruebot ruebot closed this Aug 24, 2015
@ruebot ruebot deleted the FCREPO-1467 branch August 24, 2015 14:33
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

Successfully merging this pull request may close these issues.

None yet

2 participants