Skip to content

KingdomFirst/RockBlocks

Repository files navigation

Kingdom First Solutions

RockBlocks

This is an open-source repository of Kingdom First Solutions for all public Rock RMS Blocks. Remember to check our RockAssemblies repo. Most of our code in this repository is targeted for RockRMS v13 and earlier. There are some changes for v13 that are breaking changes to prior versions, we will tag 12.8 if you would like to use any of our code that was tested on 12.8 and prior.

Setup

The RockAssemblies and RockBlocks repos are intended to be used together.

  • RockAssemblies should be cloned to a sibling folder of the RockWeb folder (for reference relativity).
  • RockBlocks should be cloned directly to Plugins/rock_kfs.

Example folder structure:

.                            # Root GitHub or SDK folder
├── KFSRockAssemblies        # RockAssemblies Repo Root Folder
│   ├── rocks.kfs...         # Specific KFS Assemblies
│   └── ...
├── RockWeb                  # Core RockWeb folder from GitHub or SDK
│   ├── Plugins              # Core Plugins folder from GitHub or SDK
│   │   ├ rocks_kfs          # RockBlocks Repo Root Folder
│   │   │   ├ Bulldozer      # Specific KFS Blocks
│   │   │   └ ...
│   │   └ ...
│   └── ...
└── ...

Usage

Feel free to exercise your coding muscles and clone our repo. We welcome pull requests if you'd like to contribute back!

If you prefer the one-click install method, we have also published several of our plugins to the Rock Shop.

History

We've worked with Rock RMS since its beginning and have helped hundreds of organizations with migrations (check out Bulldozer), reports, and custom plugins.

License

Copyright 2023 by Kingdom First Solutions

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.

Any derivative works in this repository retain their original license for copyright purposes.