Skip to content

Berardpi/connector-salesforce

 
 

Repository files navigation

Codeship Status for maestrano/connector-salesforce

SalesForce Connector

The aim of this connector is to implement data sharing between Connec! and SalesForce

Configuration

Configure your SalesForce application. To create a new SalesForce application: http://geekymartian.com/articles/ruby-on-rails-4-salesforce-oauth-implementation/

Create a configuration file config/application.yml with the following settigns (complete with your SalesForce / Connec! credentials)

connec_api_id: 
connec_api_key: 
salesforce_client_id: 
salesforce_client_secret: 

Run the connector locally against the Maestrano production environment

In the initialize config/initializers/maestrano.rb

config.app.host = 'http://localhost:3001'

Run the connector

First time setup

# Install JRuby and gems the first time
rvm install jruby-9.0.5.0
gem install bundler
bundle
gem install foreman

Start the application

export PORT=8080
export RACK_ENV=development
foreman start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 86.3%
  • HTML 9.2%
  • CSS 3.7%
  • JavaScript 0.8%