Install ERPNext in Developer Mode - PowerPoint PPT Presentation

About This Presentation
Title:

Install ERPNext in Developer Mode

Description:

Powered by the Frappe framework, ERPNext is an open source ERP used to build data-driven applications. Install ERPNext in developer mode to seamlessly manage core business processes. – PowerPoint PPT presentation

Number of Views:5
Slides: 6
Provided by: oodlesERPsolutions
Tags:

less

Transcript and Presenter's Notes

Title: Install ERPNext in Developer Mode


1
Install ERPNext in Developer Mode
2
  • ERPNext is an Enterprise Resource Planning (ERP)
    platform that leverages the facility of
    open-source technologies. It excels at managing
    core business processes like finance, sales and
    purchase, HR, manufacturing, and more.
  • ERPNext is an application developed on the Frappe
    Framework. Frappe is a full-stack web framework
    written in Python. It takes full advantage of the
    Node/JS runtime environment and uses MariaDB as
    its database. Among the numerous advantages of
    Frappe applications, like ERPNext, are the bench
    CLI. The bench CLI saves time by automating tasks
    like installing, updating, configuring, and
    managing multiple Frappe/ERPNext sites.

3
  • Prerequisites
  • GIT
  • Python 3.6
  • Node.js 12
  • Redis 5 (caching and realtime updates)
  • MariaDB 10.3 or Postgres 9.5
  • yarn 1.12 (js dependency manager)
  • pip 15 (py dependency manager)
  • cron (scheduled jobs)
  • wkhtmltopdf v 0.12.5 (with patched qt)
  • Nginx

4
  • Basic Installation
  • Install python3.6.
  • Then install Git on our system, If already
    installed, then you can skip this step
  • sudo apt-get install git
  • Check whether git has been correctly installed
  • git --version
  • You should then see git version X.Y.Z on the
    console
  • Now install some python3 dependencies
  • sudo apt-get install python3-dev
    python3-setuptools python3-pip virtualenv
  • You might want to use an alias for pip and python
    to enforce the use of python3.
  • alias pythonpython3 alias pippip3

5
  • Powered by the Frappe framework, ERPNext is an
    open source ERP used to build data-driven
    applications. We are an ERP Development Company
    with the objective of transforming businesses
    with cost-effective technological development
    services. Our services include mobile and web
    applications as well as SaaS for WFM, HRM, CRM,
    Finance, Accounting, eCommerce, and more. Get in
    touch with our experts to implement custom-built
    applications and software suites for your
    business.
Write a Comment
User Comments (0)
About PowerShow.com