ERP Core

Basic Installation

Installing WP ERP on any WordPress site is not a hard task. Like other plugins on the WordPress ecosystem, WP ERP also comes with an easy and simple setup configuration.

So let’s see how you can install WP ERP on your WordPress site and set it up easily.

How To Install WP ERP From WordPress.org

You may already know that any plugin that is hosted on WordPress.org is available for download and installation right from your WordPress admin panel. You do not need to download the plugin manually and upload the .zip file. Follow the steps below:-

  • Go to WP Dashboard → Plugins → Add new. Now search for ‘WP ERP’ on the search bar to the right. Click on Install
Install WP ERP
  • Finally, hit the Activate button.

How will I know WP ERP is ready?

If you are installing WP ERP for the first time, then you will see an Easy Setup Wizard right after you activated WP ERP.

You can also check the sidebar of your WP Admin panel, you will see several new menus titled ERP Settings, HRM and CRM.

How To Install WP ERP From Github.com (For Developers)

If you are a developer or want to have the latest version right from the development repository, you can download and use the plugin from github.com

Our organization repository is https://github.com/wp-erp/

So you will find all the free plugins and add-ons for our ERP solution right there.

Step 1

You will need to have the following tools to be able to use the plugin from Github-

  1. Git – to pull and push changes
  2. Composer – to manage dependency
  3. Node Package Manager – to edit less files for plugin design
  4. Grunt – to generate language files

Step 2

When you are done installing the tools, now it is time to pull the plugin and install.

  1. Open your favorite ssh program or git tool and clone the repo `https://github.com/wp-erp/wp-erp.git` to `wp-content/plugins/`
    So the complete command will look like this  git clone https://github.com/wp-erp/wp-erp.git
  2. Now go to the plugin folder root WP-ERP and run composer install && cd wp-erp
  3. If you need to modify any design template, then you may run npm install
  4. Now run composer dumpautoload -o
  5. Open your `wp-config.php` and paste the following line define('SCRIPT_DEBUG', true);
  6. Now you are all done and can go to WP Dashboard → Plugins → Install and activate the plugin.
  7. If you get an error message with an invisible message, then you need to hit the activate button again.
  8. If you see some new menu items right after activating the plugin, congrats! You’ve done it successfully.

That’s it!

Was this article helpful to you?

How can we help?