https://github.com/jonmosco/solr_vagrant
Solr Vagrant environment
https://github.com/jonmosco/solr_vagrant
Last synced: 12 days ago
JSON representation
Solr Vagrant environment
- Host: GitHub
- URL: https://github.com/jonmosco/solr_vagrant
- Owner: jonmosco
- Created: 2014-09-15T20:09:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-16T12:32:02.000Z (almost 12 years ago)
- Last Synced: 2025-10-14T04:14:32.260Z (10 months ago)
- Language: Puppet
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Solr Vagrant Environment
This is a single node solr instance for testing/learning Apache Solr
##Usage
Requires Puppet Staging Module
Checkout the submodules:
```
$ git submodule init
$ git submodule update
```
Set the $solr_version to match what you are using in your environment
```puppet
$solr_version = '4.10.0'
```
Boot the environment:
```
$ vagrant up --provider=vmware_fusion
```
Browse to the Solr web interface:
```
http://localhost:8983/solr
```
NOTE
If you are using virtualbox, sitch the VM in the Vagrantfile to be
a vbox base box and use vagrant up.