Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.62 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.62 KB

ERPNext-IGS

Build Stable Build Develop

Welcome to ERPNext-IGS, provided by Inotech Global Solutions (IGS). This repository contains everything you need to know about ERPNext and Frappe.

Getting Started

To get started, you'll need to have Docker, docker-compose, and git set up on your machine. If you're new to Docker, refer to the official Docker documentation for basics and best practices.

Try in Play With Docker

If you'd like to experiment in a pre-configured sandbox, simply click the button below:

Try in PWD

Try on your Dev environment

First, clone this repository:

git clone https://github.com/amaan-igs/ERPNext-IGS.git
cd ERPNext-IGS

Then, run the following command to start the containers:
docker compose -f pwd.yml -d
docker compose -p pwd -f pwd.yml up -d

Final Steps Wait for approximately 5 minutes for the ERPNext site to be created, or check the logs of the create-site container. You can then access ERPNext on port 8080.