https://github.com/digitalnz/supplejack_installation
Supplejack Stack Application Template
https://github.com/digitalnz/supplejack_installation
Last synced: about 1 month ago
JSON representation
Supplejack Stack Application Template
- Host: GitHub
- URL: https://github.com/digitalnz/supplejack_installation
- Owner: DigitalNZ
- License: gpl-3.0
- Created: 2014-05-16T02:27:54.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T02:46:34.000Z (over 4 years ago)
- Last Synced: 2025-07-30T21:21:28.538Z (11 months ago)
- Language: Ruby
- Homepage: http://digitalnz.github.io/supplejack/start/install-setup.html
- Size: 3.94 MB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Supplejack Rails Application Template
===================
This is a [Rails Application Template](http://guides.rubyonrails.org/rails_application_templates.html) for installing the Supplejack Stack.
For more information on how to configure and use this application refer to the [documentation](http://digitalnz.github.io/supplejack).
## Usage
To install the Supplejack Stack run:
```bash
rails _6.1.4.6_ new mysupplejack_api_name --api --skip-bundle -m https://raw.github.com/digitalnz/supplejack_installation/master/supplejack_api_template.rb
```
**Note**: Supplejack Api requires Rails 6.1
## COPYRIGHT AND LICENSING
### SUPPLEJACK CODE - GNU GENERAL PUBLIC LICENCE, VERSION 3
Supplejack is a tool for aggregating, searching and sharing metadata records.
The installation scripts at https://github.com/DigitalNZ/supplejack_installation are Crown copyright (C) 2014, New Zealand Government. Supplejack was created by DigitalNZ at the National Library of NZ and the Department of Internal Affairs. http://digitalnz.org/supplejack
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses / http://www.gnu.org/licenses/gpl-3.0.txt