Library Simplified Server Core
This is the Server Core for Library Simplified. The server core contains functionality common between various LS servers, including database models and essential class constants, OPDS parsers, and certain configuration details.
The OA Content Server, Metadata Wrangler, and Circulation Manager all depend on this codebase. Treat it well.
Installation & Workflow
Thorough deployment instructions, including essential libraries for Linux systems, can be found in the Library Simplified wiki. If this is your first time installing a Library Simplified repository, please review those instructions.
More often than not, this repository is installed and altered as part of another server using the following commands:
$ git submodule init # from inside one of the
$ git submodule update
$ cd core # make changes to core, as needed
Keep in mind that this workflow requires that any changes to the server core are committed and pushed independent to changes in the parent server.
Should you need to work on the core alone, use a traditional git workflow:
$ git clone git@github.com:NYPL/Simplified-server-core.git core
License
Copyright © 2015 The New York Public Library, Astor, Lenox, and Tilden Foundations
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.