leonardorisch / salesforce-lead-integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Salesforce Integration

An application to integrate an user with a salesforce’s lead.

Requirements

Ruby version: 2.x

Rails version: 2.4.1

Heroku

Quick start

Clone project: git clone git@github.com:leonardorisch/Integration-SalesForce.git

Run command *bundle install* to import dependencies

Run *rake db:migrate* to import database

Run *ruby bin/rails server* for local tests

Access http://localhost:3000

Deploy instrunctions

heroku login and add your credentials

heroku run rake:db migrate	to import database on server

git add 
git commit -m "first deploy"
git push heroku master= to deploy on server

More: https://devcenter.heroku.com/articles/getting-started-with-rails4

About


Languages

Language:JavaScript 49.5%Language:CSS 47.2%Language:Ruby 2.0%Language:HTML 1.2%Language:CoffeeScript 0.1%