Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use the fcrepo4-vagrant-base-box
  • Loading branch information
ruebot authored and Andrew Woods committed Oct 20, 2015
1 parent 16ebc3a commit 5e66c37
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 1,467 deletions.
23 changes: 15 additions & 8 deletions README.md
Expand Up @@ -17,16 +17,23 @@ You can shell into the machine with `vagrant ssh` or `ssh -p 2222 vagrant@localh
## Environment

* Ubuntu 14.04 64-bit machine with:
* [Tomcat 7](http://tomcat.apache.org) at [http://localhost:8080](http://localhost:8080)
* [Tomcat 7](http://tomcat.apache.org)
* Available at: [http://localhost:8080](http://localhost:8080)
* Manager username = "fedora4", password = "fedora4"
* [Fedora 4.x](http://fedora.info/about) at [http://localhost:8080/fcrepo](http://localhost:8080/fcrepo)
* [Fedora 4.x](http://fedora.info/about)
* Available at: [http://localhost:8080/fcrepo](http://localhost:8080/fcrepo)
* No authentication configured
* [Solr 4.10.3](http://lucene.apache.org/solr/) at [http://localhost:8080/solr](http://localhost:8080/solr), for indexing & searching your content.
* Installed in "/var/lib/tomcat7/solr"
* [Fuseki 2.3.0](http://jena.apache.org/documentation/fuseki2/) at [http://localhost:8080/fuseki](http://localhost:8080/fuseki), for querying and updating.
* Installed in "/etc/fuseki"
* Dataset Path name "/test"
* Persistent storage "/etc/fuseki/databases/test\_data"
* [Solr 4.10.3](http://lucene.apache.org/solr/)
* Available at: [http://localhost:8080/solr](http://localhost:8080/solr), for indexing & searching your content.
* Installed in `/var/lib/tomcat7/solr`
* [Apache Karaf](http://karaf.apache.org/)
* Installed in `/opt/karaf`
* Installed as a service `apache-karaf`
* [Fuseki 2.3.0](http://jena.apache.org/documentation/fuseki2/)
* Available at: [http://localhost:8080/fuseki](http://localhost:8080/fuseki), for querying and updating.
* Installed in `/etc/fuseki`
* Dataset Path name `/test`
* Persistent storage `/etc/fuseki/databases/test\_data`
* [Fcrepo-camel-toolbox 4.x](https://github.com/fcrepo4-exts/fcrepo-camel-toolbox)
* Installed in Tomcat container

Expand Down
10 changes: 1 addition & 9 deletions Vagrantfile
Expand Up @@ -8,9 +8,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

config.vm.hostname = "fedora4"

config.vm.box = "ubuntu/trusty64"
# Below needed for Vagrant versions < 1.6.x
# config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box"
config.vm.box = "fcrepo/fcrepo4-base"

config.vm.network :forwarded_port, guest: 8080, host: 8080 # Tomcat
config.vm.network :forwarded_port, guest: 9080, host: 9080 # Fixity and Reindexing
Expand All @@ -21,13 +19,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

shared_dir = "/vagrant"

config.vm.provision "shell", path: "./install_scripts/bootstrap.sh", args: shared_dir
config.vm.provision "shell", path: "./install_scripts/java.sh", args: shared_dir
config.vm.provision "shell", path: "./install_scripts/tomcat7.sh", args: shared_dir
config.vm.provision "shell", path: "./install_scripts/solr.sh", args: shared_dir
config.vm.provision "shell", path: "./install_scripts/fedora4.sh", args: shared_dir
config.vm.provision "shell", path: "./install_scripts/fuseki.sh", args: shared_dir
config.vm.provision "shell", path: "./install_scripts/karaf.sh", args: shared_dir
config.vm.provision "shell", path: "./install_scripts/fedora_camel_toolbox.sh", args: shared_dir

end
1,166 changes: 0 additions & 1,166 deletions config/schema.xml

This file was deleted.

37 changes: 0 additions & 37 deletions config/shiro.ini

This file was deleted.

21 changes: 0 additions & 21 deletions config/test.ttl

This file was deleted.

29 changes: 0 additions & 29 deletions install_scripts/bootstrap.sh

This file was deleted.

31 changes: 0 additions & 31 deletions install_scripts/fuseki.sh

This file was deleted.

21 changes: 0 additions & 21 deletions install_scripts/java.sh

This file was deleted.

66 changes: 0 additions & 66 deletions install_scripts/karaf.sh

This file was deleted.

4 changes: 0 additions & 4 deletions install_scripts/karaf_service.script

This file was deleted.

49 changes: 0 additions & 49 deletions install_scripts/solr.sh

This file was deleted.

26 changes: 0 additions & 26 deletions install_scripts/tomcat7.sh

This file was deleted.

0 comments on commit 5e66c37

Please sign in to comment.