1
0
This repository has been archived on 2023-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
DotDeploy/README.md

1.4 KiB

DotDeploy

This website is the server backend for the DotDeploy frontend. You can learn more about DotDeploy by visiting the homepage or learn more about this API by exploring it with Swagger

Usage

  1. Visit the Google Developers Console and either create a project or enter an existing on.
  2. In your new project, click on "APIs" in the left side bar and ensure that Google+ API and Google+ Domains API are enabled
  3. Click "Credentials" on the left side bar and create a new Client ID. Ensure that you enter your URIs in the "Redirect URIs" and "Javascript Origins" section. Write down the "Client ID" value for later.
  4. Create a new "Public API access" key, giving it access from your IP address. Write down your API key for later.
  5. Create a new file in the root of this project called client-keys.json and insert the template found below with the values from the previous two steps filled in.
  6. Launch the application with lein ring server-headless followed by an optional port number to start on.
{
    "client-id": "your-id-here.apps.googleusercontent.com",
    "api-key": "your-key-here"
}

License

Copyright © 2014 Tony Grosinger, Spencer Thomas, Ansel Santosa

Distributed under the Apache 2 License.