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/eladminor
Install via npx
npx @hexmos/ipm i elunez/eladminPrerequisites
Java JDK
languageVersion: >=8
Required to compile and run the Java backend.
Maven
build_toolVersion: >=3.6.0
Build tool for managing Java dependencies and packaging.
Node.js
languageVersion: >=14.0.0
Required for building and running the Vue.js frontend.
MySQL
system_toolVersion: >=5.7
Primary database for storing system data.
Redis
system_toolVersion: >=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 eladminPost 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.
