Skip to content
Rob Loach edited this page Sep 6, 2018 · 2 revisions

This is the Development-focused Wiki. The majority of other documentation can be found in Confluence.

Services

GatherContent

GatherContent is a content-as-a-service website that puts content authoring and deployment back into the hands of editors. FAMSF is exploring using GatherContent for content authoring.

Resources

Development

During development and building FAMSF with GatherContent, make sure to create a _auth.json with your GatherContent API key.

{
    "user": "me@myself.net",
    "akey": "XXXXXXXXXXXXXXXXXXXXXXXX"
}

For deployment, Netlify has the authentication key defined in Environment Variables, so you don't need to worry about setting it up on the Continuous Integration server.

Netlify

FAMSF's Netlify is where the site is hosted. See the Netlify settings documentation for more information about how to configure and set it up.

Clone this wiki locally