Rebuild is a highly configurable enterprise management system! Free for commercial use! Low code/zero code to quickly build enterprise middle office, OA office automation, CRM customer relationship management, WMS inventory management, TMS transportation management, SCM supply chain management, Even ERP Enterprise Resource Planning!
REBUILD focuses on the realization of business needs, rather than the basic technical framework or project startup template. Through REBUILD, you can truly achieve rapid construction with zero code, without programming, compiling code, or even understanding of technology.
It is very easy to start using REBUILD. There is no need to build a complex operating environment. It can be deployed quickly with zero dependencies. It is super simple!
1. Use published
This method is highly recommended for production environments!!!
First download the installation package. We provide both standalone and boot installation packages. standalone is the integrated installation package (recommended), and boot is the jar package of SpringBoot. There is no functional difference between the two installation packages.
After downloading, unzip it (integrated installation package), start it through start-rebuild.bat or start-rebuild.sh, open the browser and enter http://localhost:18080/ to start the experience.
2. Compile from source code
Attention!!! Please use the master branch (default branch) for the production environment. Other branches are development branches, and there is uncertainty in their functions!
# Pull git clone --depth=1 https://github.com/getrebuild/rebuild.git# Compile mvn package# Run java -jar target/rebuild.jar
Open the browser and enter http://localhost:18080/ to start the experience.
REBUILD has very simple requirements for the development environment. Since it is developed using Java, it can run on almost all operating systems. Please prepare according to the following list
JDK 1.8+ (compatible with OpenJDK)
MySQL 5.6+
Redis 3.2+ (not required, uses the built-in Ehcache cache by default)
Tomcat 8.0+ (not required, SpringBooot built-in Tomcat is used by default)
Apache Maven 3.3+
IDEA or Eclipse (for JEE)