Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.4 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.4 KB

solr-minimal: Apache Solr, ready-to-run web application, minimally preconfigured.

Requirements

Installation

  1. Clone this repository.

     git clone git://github.com/hsch/solr-minimal.git
     cd solr-minimal
    
  2. Run the project.

     mvn exec:java
    
  3. See your Solr welcome page.

Customization

Strongly recommended and up to you.

Notice

This product includes software developed by The Apache Software Foundation (http://www.apache.org/).

Please see lib/solr/LICENSE.txt and lib/solr/NOTICE.txt for details.

License

Copyright 2011, 2013, 2014 Hendrik Schnepel

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.