The aim of this connector is to implement data sharing between Connec! and SalesForce
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:
In the initialize config/initializers/maestrano.rb
config.app.host = 'http://localhost:3001'
# Install JRuby and gems the first time
rvm install jruby-9.0.5.0
gem install bundler
bundle
gem install foreman
export PORT=8080
export RACK_ENV=development
foreman start