New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

revcrm

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

revcrm

RevCRM - Open-source CRM solution built on RevJS

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

revcrm

RevCRM - Open-source CRM solution built on RevJS

This repository will hold just the RevCRM Server and base UI. For the RevCRM entities you'll need to install additional modules (such as revcrm-opportunity).

RevCRM is still in the planning stages and this module is just a placeholder. Watch this space!!

Requirements

  • NodeJS 6
  • Yarn package manager

Installation

RevCRM is still in the planning stages and this module is just a placeholder. Watch this space!!

mkdir my_crm
cd my_crm
yarn add revcrm
yarn run revcrm

Customising

RevCRM is still in the planning stages and this module is just a placeholder. Watch this space!!

To cusomise your installation, create crm.json with content as below:

{
    "db": {
        "driver": "mysql",
        "host": "127.0.0.1",
        "port": 1433,
        "user": "root"
    },
    "modules": [
        "my_custom_module"
    ]
}

You can install the standard RevCRM modules, for example the calendar module, by simply doing:

yarn add revcrm-calendar

...then adding them to the "modules" list in crm.json

FAQs

Package last updated on 20 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc