Code Monkey home page Code Monkey logo

pipelinecrm's Introduction

PipelineCRM

A CRM for the Umbraco back-office - form workflow, personalisation and more...

Requirements

  • At least Umbraco 7

How to install to an existing Umbraco website

Using NuGet (recommended)

In Visual Studio, open up the Package Manager Console and type the following:

Install-Package PipelineCRM <project name>

Using NuGet locally

If you would rather build PipelineCRM locally and install from the created files, follow the build guide below, followed by running the following in the Package Manager Console (in Visual Studio):

Install-Package PipelineCRM <project name> -source C:\path\to\nupkg\containing\folder

How to build

Requirements

  • Node installed
  • NPM installed
  • Gulp installed globally (npm install gulp -g)
  • NuGet CLI installed

Building

  1. Clone this repository to your local system using git
  2. Open the solution with Visual Studio and build
  3. Open a terminal in the root of the cloned folder
  4. Type npm install to get all Gulp dependencies
  5. Type gulp pack (this moves DLLs and App_Plugins to the NuGet folder), and runs nuget pack using the Package.nuspec file

Contributing

If you want to setup this project so you can start editing code in a fast manner, then you can do so using this guide:

  1. Install the package to your Umbraco website using NuGet (I recommend following the Build guide above and creating a fresh NuGet package using the gulp pack command, followed by installing the new pack using the local NuGet install command described in the Installation guide above)
  2. Clone this repository to your local filesystem
  3. Open a terminal in the root of the cloned folder
  4. Type npm install to get all Gulp dependencies
  5. Edit the config.json to include paths to your Umbraco website
  6. Run gulp

Running gulp will copy App_Plugins and new DLLs to your Umbraco website. This mean that you don't have to keep installing though NuGet, or copying files around your filesystem manually.

pipelinecrm's People

Contributors

theotron avatar harvzor avatar gt4rhys avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.