Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 1.54 KB

install.md

File metadata and controls

45 lines (22 loc) · 1.54 KB

Installation Guide

1. Create site in Gigya console

NOTE: (You can skip this step if you already have a site configured and the API Key ready to use.)

  1. Access your Gigya Console from https://console.gigya.com with your credentials.

  2. If you have site creation capabilities, on the main screen, click on Create Site.

Create Site

  1. Add basic data for the site, including site domain, description, and datacenter to be used. Use the nearest one from your location in case of doubts, and click OK.

Enter Site Data

  1. Click over the Screensets tab to generate a first default set of screensets (starting with Default-ScreensetName)

    Generate Screensets

You're done here.

2. Demo app Installation

Now that we have a site in Gigya, we can include it in a web project. To do it:

  1. Download or clone the project into your web folder.
git clone https://github.com/gigya/cdc-starter-kit my-cdc-demo-app
  1. Open the file config/site.json and look for the apiKey parameter, and substitute the sample API Key provided by default with your own value.

  2. Navigate to http://localhost/my-cdc-demo-app

  3. Enjoy!

3. Next steps

Once you have the site working, it's time to go deeper reading the Basic Guide, where you will be able to adapt the site to your needs.