Skip to content

Sample code and other artifacts for the May 18, 2015 meetup of the Los Angeles Salesforce Developer Group

License

Notifications You must be signed in to change notification settings

Los-Angeles-Salesforce-Developer-Group/BuildProcessWorkshop2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

BuildProcessWorkshop2015

Sample code and other artifacts for the May 18, 2015 meetup of the Los Angeles Salesforce Developer Group

Agenda

  • 6:00pm - Doors open
  • 6:15pm - Welcome/Introduction (Nathan Pepper)
  • 6:30pm - Continuous Delivery of Success - How the Salesforce platform enables organizations to continuously adapt to change (Alex Sutherland)
  • 7:10pm - Automating Pull Request Testing Using Ant and Travis (Daniel Hoechst) -- Slide deck here GitHub repo here
  • 7:50pm - Continuous Integration of JavaScript and Apex code using Jasmine, PhantomJS, and drone.io (Kevin Poorman) -- Slide deck here
  • 8:30pm - Intro to git, ant, and ivy for Salesforce developers (Nathan Pepper)

If you have Windows, I would strongly recommend installing Cygwin: http://cygwin.com/install.html

To easily install and update other tools, install Homebrew (Mac) or Chocolatey (Win)

Getting git

http://git-scm.com/downloads

brew install git
or
choco install git

Getting make

??? (You should have it already if you are running *nix/MacOSX or Cygwin on Windows)

Getting ant

brew install ant
or
choco install ant

Getting ivy

Apache Ivy - Download (try building it from source!!!)

brew install ivy

About

Sample code and other artifacts for the May 18, 2015 meetup of the Los Angeles Salesforce Developer Group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published