Login / Register  search  syndication  about

          Ryan Farley's Blog

Ryan Farley on .NET Development with a focus on CRM Development for SalesLogix

Git for the SalesLogix Developer Series

This page outlines the topics in the Git for the SalesLogix Developer Series. Use the links below to see each post. As new posts are added to the series they will also be added to this index.

Introduction
This post covers some Git basics, Git terminology, the software we will be using in the series, and some discussion on using Github for project hosting.

Installing Git
This post covers how to install and configure Git. Those new to Git can follow detailed steps outlined in the post or watch a video of the complete install and set up process.

Setting up a new Repository
This post will walk you through how to take your current SalesLogix system and put it under source control. You'll see how to work with a file-based SalesLogix model, create a Git repository for it, and host it on Github.

Using a Git Repository
This post will walk you through how developers can use an existing repository hosted on Github by cloning the repository locally and using it in Application Architect.

Using the .gitignore to Exclude Files in Your Model
This post will help you understand what files to exclude from Git control when developing for SalesLogix and how to exclude them.

 

Future posts in the series

  • The daily workfow using Git when developing for SalesLogix
  • Developing in SalesLogix with multiple developers
  • Branching & merging
  • Using a merge tool for conflicts when pulling changes from the repository
  • How to structure your repository directory
What's This?
  
Bookmark and Share

About Ryan Farley

   Ryan Farley is the Director of Development for Customer FX Corporation and the creator of slxdeveloper.com.

Don't miss these developer series from Ryan:


Related Content
   Can the SalesLogix Application architect's build process be automated?
Can the SalesLogix Application architect's build process be automated, or called from a batch file? W
Posted on May 16, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Is it possible to Sync SalesLogix Attachments based on Account Manager?
Is it possible to only sync SalesLogix Attachments from the accounts where the user is the account manag
Posted on May 15, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   SalesLogix Remote Library Management
Is it possible to log into a SalesLogix Remote Database as Admin and Manage the Library Files?
Posted on May 14, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
   Demystifying SalesLogix Web: Dashboards and Analytics Tools
Join us for a free webinar, Wednesday, May 15th at 2pm CDT. The SalesLogix Web dashboards and analytics
Posted on May 08, 2013 by Brianna Tinjum to The Inbox
 
   What is the Difference Between Left Joins and Inner Joins in SalesLogix?
Question: What is the difference between Left joins and Inner joins in SalesLogix?
Posted on May 07, 2013 by SalesLogix Support to SalesLogix Questions & Answers
 
Comments

No Comments
All contents Copyright © 2013 Customer FX Corporation
Customer FX Corporation
2324 University Avenue West, Suite 115
Saint Paul, Minnesota 55114
Tel: 800.728.5783

  Follow @CustomerFX on twitter
Follow the best news, tips, and articles
  Subscribe to Customer FX on youtube
Watch SalesLogix tutorial videos from Customer FX
Login / Register