All Projects → wulff → Vagrant Solr

wulff / Vagrant Solr

Labels

Projects that are alternatives of or similar to Vagrant Solr

Puppet Nginx
Puppet Module to manage NGINX on various UNIXes
Stars: ✭ 462 (+2617.65%)
Mutual labels:  puppet
Sgnl05 Colorprompt
Puppet module for adding colors to your bash prompt
Stars: ✭ 5 (-70.59%)
Mutual labels:  puppet
Puppet
Intracto puppet modules
Stars: ✭ 6 (-64.71%)
Mutual labels:  puppet
Chassis
📦 Chassis is a virtual server for your WordPress site, built using Vagrant.
Stars: ✭ 602 (+3441.18%)
Mutual labels:  puppet
Puppet Strongswan
Manages StrongSwan on a host with Puppet
Stars: ✭ 5 (-70.59%)
Mutual labels:  puppet
Puppet Udev
Manages the udev package and device rules
Stars: ✭ 5 (-70.59%)
Mutual labels:  puppet
Puppet Elasticsearch
Elasticsearch Puppet module
Stars: ✭ 396 (+2229.41%)
Mutual labels:  puppet
Vagrant Rails Dev
my vagrant rails development box
Stars: ✭ 16 (-5.88%)
Mutual labels:  puppet
Puppet Mha
The MHA module handles installing, configuring, and running MHA for MySQL.
Stars: ✭ 5 (-70.59%)
Mutual labels:  puppet
Puppet Samba
Puppet samba module ⛺
Stars: ✭ 6 (-64.71%)
Mutual labels:  puppet
Psick
Puppet Systems Infrastructure Construction Kit: The control-repo
Stars: ✭ 666 (+3817.65%)
Mutual labels:  puppet
Puppet Aptly
Puppet module to deploy and manage aptly, a Debian repository management tool http://www.aptly.info/
Stars: ✭ 5 (-70.59%)
Mutual labels:  puppet
Puppet
The Deep Security Agent is easy to deploy automatically in any environment
Stars: ✭ 6 (-64.71%)
Mutual labels:  puppet
Zentral
Zentral is an open-source solution for infrastructure monitoring and endpoint event stream processing. It provides build-in orchestration of macOS security components (Santa, Osquery, et-al.), event correlation and event management. It consolidates its features with various data store backends (ElasticStack, Azure Log Analytics, Splunk, et-al.).
Stars: ✭ 522 (+2970.59%)
Mutual labels:  puppet
Fuel Plugin Glance Nfs
MOVED: now at https://opendev.org/x/fuel-plugin-glance-nfs
Stars: ✭ 16 (-5.88%)
Mutual labels:  puppet
Garethr Docker
Puppet module for managing docker
Stars: ✭ 404 (+2276.47%)
Mutual labels:  puppet
Legacy Hoodie Vagrant
⛔ not up-to-date
Stars: ✭ 5 (-70.59%)
Mutual labels:  puppet
Puppet Checkmk
check_mk module for puppet
Stars: ✭ 16 (-5.88%)
Mutual labels:  puppet
Vagrant Gaudi
[NOT MAINTAINED] Gaudi on vagrant VM
Stars: ✭ 16 (-5.88%)
Mutual labels:  puppet
Ghtorrent Vagrant
A Vagrant box with Puppet provisioning for running GHTorrent locally
Stars: ✭ 6 (-64.71%)
Mutual labels:  puppet

Vagrant Solr

A basic Apache Solr setup configured for use with the Solr contrib modules for Drupal. Currently, the virtual machine can be configured to support either the Apache Solr Search Integration module or the Search API Solr search module.

Installation

  1. Download and install Vagrant: http://vagrantup.com/
  2. Clone this repository using the --recursive flag (to get the submodules).
  3. Go to the root of the repository and run vagrant up searchapi. Building the virtual machine usually only takes around five minutes.

Getting started

When starting the virtual machine you can choose whether you want it to support the Search API Solr search module or the Apache Solr Search Integration module by starting either the searchapi or the apachesolr virtual machine.

Search API Solr search

To start the virtual machine with support for the search_api_solr module:

vagrant up searchapi

Apache Solr Search Integration

To start the virtual machine with support for the apachesolr module:

vagrant up apachesolr

Common settings

When the virtual machine has booted, you can access the Solr admin interface at the following URL:

http://solr.33.33.33.20.xip.io/admin/

When you add the Solr server on the Search API admin page, use the following settings to connect to this virtual machine:

Solr host: solr.33.33.33.20.xip.io
Solr port: 80
Solr path: /
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].