GithubHelp home page GithubHelp logo

mahescho / erpnext_quick_install_deb12 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from flexcomng/erpnext_quick_install

0.0 0.0 0.0 22 KB

Unattended install script for ERPNext Versions, 13, 14 and 15 on Debian 12

License: MIT License

Shell 100.00%

erpnext_quick_install_deb12's Introduction

Unattended Install Script for ERPNext

Unattended script for ERPNext installation (Supports Versions 13, 14 and 15).

This is a no-interactive script for installing ERPNext Versions 13, 14 and 15. You can set up either development or production with very minimal interaction.

How To:

To use this script, follow these steps:

Before Installation

Make sure you install the latest package versions by updating system packages if you are running this script on a fresh Debian machine. Login as Root and do:

apt update && sudo apt -y full-upgrade

and then reboot your machine

Cereate a user, e.g: frappe and grannt sudo permittions to this user:

apt install sudo -y
addiser frappe
usermod -aG sudo frappe

Login as the new user or su to the new user:

su - frappe

and start the installation.

Installation:

  1. Clone the Repo:
git clone https://github.com/mahescho/erpnext_quick_install_deb12.git
  1. navigate to the folder:
cd erpnext_quick_install_deb12
  1. Make the script executable
sudo chmod +x erpnext_install.sh
  1. Run the script:
./erpnext_install.sh

Compatibility

Debian 12

NOTE:

Visit https://github.com/gavindsouza/awesome-frappe to learn about other apps you can install.

If you encounter spawn error on socketio when running bench restart, run the following commands:

bench setup socketio
bench setup supervisor
bench setup redis
sudo supervisorctl reload

This will fix the spawn error and all services will restart successfully.

erpnext_quick_install_deb12's People

Contributors

flexcomng avatar flexy2ky avatar hsrai avatar mahescho avatar thatoo 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.