Skip to content

scande3/hydra-vagrant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Applied Linked Data Prerequisites

The general goal is to get a curation concerns application up and running with a blank fedora and solr to point to. We will use the app name “Ldata” for this sample. There are two ways to go about this: use a provided vagrant or setup your machine to this state. If you have any questions or errors, please contact me at sanderson@bpl.org . This code is a customized fork of hydra-vagrant.

Requirements

You will need to have Vagrant installed on your machine. You can get that from: https://www.vagrantup.com/downloads.html

You will need to have some type of visualization software. On Ubuntu, this can be done by running: sudo apt-get install VirtualBox

Setup

  1. git clone https://github.com/scande3/hydra-vagrant.git
  2. cd hydra-vagrant
  3. vagrant up

You can shell into the machine with vagrant ssh or ssh -p 2222 vagrant@localhost

Using the App

  • In three seperate command prompt windows, run "vagrant ssh". Then do one of the following in each of them in order (waiting for the previous to finish):
    • cd ldata

    • solr_wrapper -p 8983

    • cd ldata

    • fcrepo_wrapper -p 8984

    • cd ldata

    • rails server -b 0.0.0.0

Environment

Thanks

This VM is a modified version of the Hydra Vagrant, which based on Fedora 4 Vagrant, with borrowings from the UCSD DAMS Vagrant.

About

Vagrant VM for running stock CurationConcerns and Sufia apps.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%