Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Configuring with your Minds site

Mark Harding edited this page Jun 9, 2015 · 1 revision

** For development/testing only **

Setup your OAuth2 client

  • Ensure that the OAuth 2.0 plugin is enabled.
  • Go to 'Connected Applications' (YOURSITE/oauth2/applications/all)
  • Create a new application. (For the url enter 'oob')
  • Take node of your client_id and client_secret.

Configure your app

  • Run cp config/config-example.js config/config-yoursite.js
  • Modify the site url, client_id and client_secret fields to match your own
  • Run export config_target=prod; cordova build
Clone this wiki locally