All Projects → Websoft9 → ansible-erpnext

Websoft9 / ansible-erpnext

Licence: other
Automatic installation for ERPNext on Linux

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to ansible-erpnext

ansible-odoo
Automatic deployment for Odoo on Linux
Stars: ✭ 19 (-13.64%)
Mutual labels:  installation, deployment-automation, websoft9
odoo-11.0-windows-installation
Install odoo-11.0 from source on Windows
Stars: ✭ 34 (+54.55%)
Mutual labels:  installation
cfn-deploy
A useful GitHub Action to help you deploy cloudformation templates
Stars: ✭ 14 (-36.36%)
Mutual labels:  deployment-automation
erpnext-docker
Dockerizing erpnext
Stars: ✭ 16 (-27.27%)
Mutual labels:  erpnext
archdi-pkg
Arch Linux Desktop Installer Packages
Stars: ✭ 46 (+109.09%)
Mutual labels:  installation
jekyll-cd
GitHub Action to build and deploy a Jekyll site to GitHub Pages 🧪
Stars: ✭ 21 (-4.55%)
Mutual labels:  deployment-automation
erpnext ocr
🐍 ⚗️ Optical Character Recognition using tesseract within Frappe.
Stars: ✭ 58 (+163.64%)
Mutual labels:  erpnext
PackageProject.cmake
🏛️ Help other developers use your project. A CMake script for packaging C/C++ projects for simple project installation while employing best-practices for maximum compatibility.
Stars: ✭ 48 (+118.18%)
Mutual labels:  installation
takomo
Organize, parameterize and deploy your CloudFormation stacks
Stars: ✭ 27 (+22.73%)
Mutual labels:  deployment-automation
AutoDeploy
AutoDeploy is a single configuration deployment library
Stars: ✭ 43 (+95.45%)
Mutual labels:  deployment-automation
bk-job
蓝鲸作业平台(Job)是一套运维基础操作管理系统,具备海量任务并发处理能力。除了支持脚本执行、文件分发、定时任务等一系列基础运维场景以外,还支持通过流程调度能力将零碎的单个任务组装成一个自动化作业流程;而每个作业都可做为一个原子节点,提供给上层或周边系统/平台使用,实现调度自动化。
Stars: ✭ 658 (+2890.91%)
Mutual labels:  deployment-automation
cas-overlay-template
Apereo CAS WAR Overlay template
Stars: ✭ 1,057 (+4704.55%)
Mutual labels:  installation
mobile
Mobile App for Frappe built on Flutter
Stars: ✭ 176 (+700%)
Mutual labels:  erpnext
corda-kubernetes-deployment
Corda Kubernetes Deployment
Stars: ✭ 30 (+36.36%)
Mutual labels:  deployment-automation
awesome-frappe
A curated list of awesome things related to the Frappe Framework
Stars: ✭ 140 (+536.36%)
Mutual labels:  erpnext
biometric-attendance-sync-tool
A simple tool for syncing Biometric Attendance data with your ERPNext server
Stars: ✭ 95 (+331.82%)
Mutual labels:  erpnext
prudentia
A useful Continuous Deployment toolkit.
Stars: ✭ 27 (+22.73%)
Mutual labels:  deployment-automation
snafu
Work with Python distributions on Windows how it’s supposed to work.
Stars: ✭ 25 (+13.64%)
Mutual labels:  installation
monitoring-rancher
🤠How to Set up Rancher Server Monitoring with TIG Stack?
Stars: ✭ 22 (+0%)
Mutual labels:  deployment-automation
useful-playbooks
🚚 Useful Ansible playbooks for easily deploy your website or webapp to absolutely fresh remote virtual server and automation many processes. Only 3 minutes from the playbook run to complete setup server and start it.
Stars: ✭ 52 (+136.36%)
Mutual labels:  deployment-automation

ERPNext Cloud Installer

Introduction

English | 简体中文

ERPNext Cloud Installer, developed by Websoft9, is an automatic installation program of ERPNext based on Ansible and shell. It helps user install ERPNext and pre-configure required items automatically and users only need to run a command on Linux. It simplifies the complicated installation and initialization process.

System Requirement

System Requirement to install this repository are as following:

Conditions Details Notes
Operating System CentOS7.x, Ubuntu18.04, Amazon Linux2 Optional
Public Cloud AWS, Azure, Alibaba Cloud, HUAWEI ClOUD, Tencent Cloud Optional
Private Cloud KVM, VMware, VirtualBox, OpenStack Optional
Server Configuration vCPU no less than 2 core, Memory no less than 8 GIB, Storage no less than 40 GB, Bandwidth no less than 100M

To learn more information, please view Installation & Configuration.

Ecosystem

Core components of this repository: ERPNext, Nginx, Node.js, Python, MariaDB, phpMyAdmin on Docker

Learn more about Parameters.

Installation

You can install it by thi Cloud Installer solution all in one. In addition, you can deploy image published on major Cloud Platform by Websoft9.

All-in-one Installer

Run the automatic installation script with root authority to start the installation. If necessary, users need to make interactive choices, and then wait patiently until the installation is successful.

$ sudo su -
$ wget -N https://raw.githubusercontent.com/Websoft9/ansible-linux/main/scripts/install.sh; bash install.sh -r erpnext

If the network is broken or blocked, SSH will be interrupted and the installation will fail. Please reinstall.

Image on Cloud

Follow our ERPNext image for installation on major Cloud Platform.

Documentation

To get information about initial installation, default username and password, HTTPS, SMTP, Backup, Upgrade and more, please view ERPNext Administrator Guide (English | 简体中文)

Changelog

Detailed changes are documented in the CHANGELOG.

License

LGPL-3.0, Additional Terms: It is not allowed to publish free or paid image based on this repository in any Cloud platform's Marketplace.

Copyright (c) 2016-present, Websoft9

This program provided by Websoft9 contains a series of software with separate copyright notices and license terms. Your use of the source code for the software included is subject to the terms and conditions of its own license.

FAQ

Can I run this repository on Ansible Tower?

Yes.

How to install and view the latest release?

This repository use Bench to install ERPNex that can make sure to install the latest version. You can get the latest version from ERPNext Release page

Is the default password safe?

ERPNext Cloud Installer use the random password solution, every installation have different password, that mean your password is different from other users

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].