Skip to content
View mansouragied's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report mansouragied

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mansouragied/README.md

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 Ubuntu machine.

sudo apt update && sudo apt -y upgrade

and then reboot your machine

Installation:

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

Compatibility

Ubuntu 22.04 LTS, Ubuntu 20.04 LTS

Debian 10 (Buster), Debian 11 (Bulls Eye)

NOTE:

Version 15 Compatibility is set to Ubuntu 22.04 LTS and above only. Other Distros or lower Ubuntu versions not supported for version 15 installation. 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.

Popular repositories Loading

  1. open-lawfirm open-lawfirm Public

    law firm

    Python 1

  2. mansouragied mansouragied Public

    Config files for my GitHub profile.

    Shell

  3. documentation documentation Public

    Forked from odoo/documentation

    Odoo documentation sources

    reStructuredText

  4. frappe frappe Public

    Forked from frappe/frappe

    Low code web framework for real world applications, in Python and Javascript

    Python