Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Axelor ERP Installation and Configuration to Production
Rating: 4.1 out of 5(11 ratings)
38 students

Axelor ERP Installation and Configuration to Production

Axelor ERP installation
Created byAndy Okuba
Last updated 10/2023
English
English [Auto],

What you'll learn

  • Choose the right deployment environment for Axelor ERP
  • Create a Database to Support Axelor ERP
  • Configure Tomcat Server to run Axelor ERP
  • Install and Deploy Axelor ERP to production servers

Course content

1 section14 lectures1h 42m total length
  • Introduction2:14

    Install and configure an open source Accela erp on a production server with a practical, step-by-step guide and GitHub resources to customize the system for your organization.

  • Understanding ERP systems6:03

    Understand how ERP systems streamline processes and centralize data. See how Accela, as an open-source, modular, user-friendly solution, enables real-time analytics, automation, and easy customization with third-party integrations.

  • Setting up the Virtual Private Server (Ubuntu VPS)9:01

    discover how to set up a ubuntu linux vps for production, choose a cost-efficient linux provider, and configure ssh access.

  • Installing Mobexterm5:43

    Install mobaxterm to connect to a server via ssh, launch the portable edition, and establish an ssh session using the remote host ip, root user, and password.

  • Installing required dependencies8:54

    Explore installing required dependencies for Axelor ERP, including Java JDK and Tomcat, updating Ubuntu packages via APT, and installing Git to access the code base.

  • Configuring Git5:40

    Configure git to download the ERP system by setting global user details, generating an ssh key, and adding it to GitHub settings for authentication.

  • Installing Postgresql Database8:03

    Install and configure PostgreSQL for the Axelor ERP production environment, create the Accela database and a root user, grant privileges, and verify the service before proceeding to production deployment.

  • Cloning of the Axelor ERP from Github14:34

    Clone the Axelor ERP from GitHub, checkout master, initialize and update git submodules, and configure the config.properties with database credentials before launching the application.

  • Gradlew Run Command4:51

    Run the Gradle run command to start axilla ERP, access it at http://<ip>:8080, log in as admin, and explore modules before configuring Tomcat deployment.

  • Installing and Configuring of the Tomcat Server17:52

    Install and configure the Tomcat server for Axelor ERP on Linux, create a dedicated Tomcat user, set permissions, configure a systemd service, and run a Gradle build.

  • Deploying of the war file to the Tomcat server6:34

    Deploy the war file to a Tomcat server by stopping Tomcat, copying the war to the webapps directory, restarting, and monitoring Catalina.out for production readiness.

  • Running the war file deployed to the Tomcat Server5:32

    Deploy the war file to the Tomcat server, log in with the same credentials, install ERP modules like accounting, and enable demo data to demonstrate the ERP system.

  • Exploring the modules in Axelor Erp6:33

    Explore the freshly installed Axelor ERP modules, including accounting and employee management with dummy data. Uninstall or activate modules and review admin users, groups, and roles.

  • Vote of thanks1:19

    I thank you for reaching this far and for your perseverance through challenges on this journey. I look forward to producing more technical courses and hard-to-find content online.

Requirements

  • Every tool needed is covered in the course just need you to spare some time and follow everything

Description

Welcome to the "Axelor ERP Installation and Configuration for Production on Ubuntu" course. In this comprehensive program, you will gain hands-on experience in setting up the Axelor ERP system in a production environment. This course is designed for individuals with little to no prior experience in Linux or server management, as we provide step-by-step guidance along with all the necessary commands.

Course Objectives:

  1. Understand Axelor ERP: Gain a foundational understanding of what Axelor ERP is and its benefits for businesses.

  2. Prepare the Production Environment: Set up a Linux virtual private server running Ubuntu, which will serve as the production environment for Axelor ERP.

  3. System Requirements: Learn about the hardware and software prerequisites for a successful Axelor ERP installation.

  4. Installation of Dependencies: Install all the required dependencies for Axelor ERP, including Java, PostgreSQL, and more.

  5. Download and Configure Axelor ERP: Obtain the Axelor ERP package and configure it for production use.

  6. Database Setup: Create and configure the PostgreSQL database for Axelor ERP.

  7. Security Configuration: Implement security measures to protect your ERP system from potential threats.

Web Server Configuration: Set up a web server, such as Apache or Nginx, to serve the ERP application to users.

By the end of this course, you will have the skills and knowledge needed to install, configure, and maintain the Axelor ERP system in a production environment, ensuring its smooth operation and secure functionality. Whether you're an IT professional looking to expand your skills or a business owner seeking to implement Axelor ERP, this course will equip you with the tools to succeed.

Who this course is for:

  • Anyone intrested in learning the installation of Axelor ERP on production Environment