Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.4 KB

File metadata and controls

23 lines (15 loc) · 1.4 KB

Adding New Partners

The Partners are available on the Semantic Repository and are inserted there by the RSS-to-Turtle gem, via the Insert Static Datasets executable

In order to add a new partner one must:

Edit the partners.ttl file and add a new triples-set as follows:

<http://platform.od4d.org/> a schema:Organization;
    schema:name        "Partner's Name";
    schema:url         <http://some.url.com/>;
    schema:logo        "logo.png";
    schema:description "Partner description".

Keep in mind that the schema:logo triple is currently deprecated, but if needs be there must be an image file with that name on the images asset path of the od4d.org repo.

Save and commit the file

Check the Snap-CI dashboard to guarantee that the build passed and that the STAGINGDEPL executed without errors. That will ensure that the gem was properly built, executed and scheduled.

Finally, execute the PRODDEPLOY step. This will send the modifications to the production server.