Sha256: f4b4406ce3314ee5d11d1d178d8233e28402e60b8ec68c85abc31c9ee5034161
Contents?: true
Size: 974 Bytes
Versions: 7
Compression:
Stored size: 974 Bytes
Contents
[![Build Status](https://travis-ci.org/innoq/iqvoc_skosxl.svg?branch=master)](https://travis-ci.org/innoq/iqvoc_skosxl) # Iqvoc::SKOSXL This is the iQvoc SKOS-XL extension. Use this in your Gemfile to add SKOS-XL features to iQvoc. Iqvoc::SKOSXL may run in two different modes: Standalone as Application and embedded into another Application as Engine. ## Standalone Application Operate Iqvoc::SKOSXL like a common iQvoc-based Application. 1. Run database migrations: `rake iqvoc:db:migrate_all` 2. Populate iQvoc seeds: `rake iqvoc:db:seed_all` 3. Generate secret token: `rake iqvoc:setup:generate_secret_token` ## Engine Operate Iqvoc::SKOSXL and Iqvoc as Engines running in a custom App. 1. Add iqvoc_skosxl to your Gemfile (beneath iqvoc) 2. Run Iqvoc migrations: `rake iqvoc:db:migrate_all` 3. Populate Iqvoc seeds: `rake iqvoc:db:seed_all` ## License Copyright 2014 innoQ Deutschland GmbH Licensed under the Apache License, Version 2.0
Version data entries
7 entries across 7 versions & 1 rubygems