Skip to content

RandySuh/EasyAdmin

 
 

Repository files navigation

EasyAdmin

A base SmartAdmin(Bootstrap) template easy to use web admin system

Development Environment

a.jdk1.8  
b.maven3  
c.eclipse-jee-luna  
d.tomcat7+  

User Guide

a.build
cd /yourpath/EasyAdmin/
mvn clean package -Pprod
b.create & init database(mysql5+)
create a database named 'easy_admin'
execute /yourpath/docs/db/easy_admin.sql
c.deploy
copy the easyadmin-web.war to tomcat webapps
d.init login user
account:admin
pasword:123456

About

A base SmartAdmin(Bootstrap) template easy to use web admin system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.3%
  • CSS 17.0%
  • Java 6.5%
  • HTML 4.1%
  • PHP 0.1%