logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install elunez/eladmin. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

elunez/eladmin Installation Guide

How to install elunez/eladmin. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for elunez/eladmin. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i elunez/eladmin
or

Install via npx

npx @hexmos/ipm i elunez/eladmin

Prerequisites

Java JDK

language

Version: >=8

Required to compile and run the Java backend.

Maven

build_tool

Version: >=3.6.0

Build tool for managing Java dependencies and packaging.

Node.js

language

Version: >=14.0.0

Required for building and running the Vue.js frontend.

MySQL

system_tool

Version: >=5.7

Primary database for storing system data.

Redis

system_tool

Version: >=5.0

Used for caching, session management, and rate limiting.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Cloning the source

git clone https://github.com/elunez/eladmin.git

cd eladmin

Post Installation Steps

  • Run the SQL scripts located in the `sql` folder of the backend repo to initialize the database.
  • Start the backend: Run the `AppRun.java` main class or use `mvn spring-boot:run` in the eladmin-system module.
  • Start the frontend: Run `npm run dev` in the eladmin-web directory.
  • Access the system at http://localhost:8013 (default port) with credentials admin / 123456.