Code Monkey home page Code Monkey logo

tm-crm_erp's Introduction

ERP software open source with IOT ToManage

Framework base to build your ToManage ERP/CRM and IoT

Build status

ToManage is the first ERP software with internet of things (IOT) network in open source.

ERP software manage your organization's activity (contacts, suppliers, invoices, orders, stocks, agenda, ...). The IOT network allow for faster and further (to collect relevant external data, to relay sensor data through, to create alerts, ...) to work in real time .

ERP software open source with Internet of things network schema ToManage

It's an Open Source ERP software with javascript language and use Nodejs MongoDB Angularjs and Totaljs .

ERP software open source with Internet of things network totaljs nodejs angularjs mongodb

You can freely use, study, modify or distribute it according to its Free Software licence.

You can use it as a standalone application or as a web application to be able to access it from the Internet or a LAN.

ERP software open source with IOT ToManage screen

Getting Started

Install

Need :

  • install Node.js 4.x
  • install MongoDB 3.2
curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
apt-get install nodejs
git clone [email protected]:ToManage/framework.git
npm install

Using demo mongoDB database from dump directory

cp config.sample config

A demo database is in dump directory

Edit and replace demo name database in config file

Start

node debug.js

Run node.js service with systemd

Create /etc/systemd/system/nodeserver.service

[Unit]
Description=ToManage ERP
Documentation=https://www.tomanage.fr
After=network.target
Requires=mongodb.service

[Service]
Environment=NODE_PORT=8000
Type=simple
User=root
Group=root
# Output to syslog
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=nodeserver
ExecStart=/usr/bin/node /path/to/tomanage/debug.js
WorkingDirectory=/path/to/tomanage
Restart=always
RestartSec=10

[Install]
WantedBy=multi-user.target

Enable the service

systemctl enable nodeserver.service
Created symlink from /etc/systemd/system/multi-user.target.wants/nodeserver.service to /etc/systemd/system/nodeserver.service.

Start the service

systemctl start nodeserver.service

Demo authentication : admin/admin

Good coding :)

Follow us :

On Twitter

On Linkedin

On Google +

On Facebook

tm-crm_erp's People

Contributors

kathy63960 avatar hregis avatar dylan-chauny avatar

Watchers

James Cloos 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.