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. Addres… #18

Closed
wants to merge 2 commits into from
Closed

Conversation

ruebot
Copy link

@ruebot ruebot commented Aug 24, 2015

mv -v fuseki.war $FUSEKI_DEPLOY
chown -hR tomcat7:tomcat7 $FUSEKI_DEPLOY/fuseki.war
service tomcat7 restart
sleep 20
Copy link

Choose a reason for hiding this comment

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

Add comment for why sleep 20 is needed.
...presumably to give time for Fuseki to come up in Tomcat and to create the $FUSEKI_BASE/configuration/ directory.

@awoods
Copy link

awoods commented Aug 27, 2015

This looks good and works when tested. The following finishing touches are needed:
Update fuseki notes:
https://github.com/fcrepo4-labs/fcrepo4-vagrant/blob/master/README.md#environment

Update fuseki config:
https://github.com/fcrepo4-labs/fcrepo4-vagrant/blob/master/Vagrantfile#L16

@awoods
Copy link

awoods commented Aug 27, 2015

Resolved with: 51f04d0

@awoods awoods closed this Aug 27, 2015
@ruebot ruebot deleted the FCREPO-1467 branch August 27, 2015 13:29
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