Skip to content

Web Application

Ken McLeod edited this page Jun 19, 2019 · 8 revisions

Description

The Web Application uses the files generated by the Scripting Tool and with the use of libraries provides a way for users to create markup based on the Bioschemas profiles. To aid the users in the creation of markup by providing additional information like Controlled Vocabularies and Examples.

Dependencies

  • Apache Web Server httpd (Developed using Version 2.2.15)
  • JSON-Schema and JSON Files generated by the Scripting Tool

Libraries

The following libraries were used to provide the desired functionality:

Installation

  1. Fetch the latest release from here: https://github.com/HW-SWeL/BioschemasMarkupGenerator/releases
  2. UnZip the Zip file
  3. Update the websiteURL variable to the URL of the web server located in the setup.js file in folder /libs/bioschemas.
  4. Rename the Web-Application folder to whatever name you wish the app to have, e.g., BioschemasGenerator
  5. Take the renamed folder and place the contents in the public_html folder of the web server.

Updating Bioschemas Profiles

Clone this wiki locally