-
Notifications
You must be signed in to change notification settings - Fork 233
Quick Start
MauerSu edited this page Feb 3, 2016
·
1 revision
First Step
: edit file:'redis.properties' :
Notice: redis.server.num must set
redis.server.num=1
redis.language=English
#must set a default redis
redis.host.1=10.100.142.9
redis.name.1=10.100.142.9
redis.port.1=6379
redis.password.1=SH89qwIO
redis.host.2=yours
redis.name.2=yours
redis.port.2=yours
redis.password.2=yours
Second Step
: edit file:'application.properties' :
####Security Manager
manager.username=admin
manager.password=admin
Third Step
: deploy project
run maven command : mvn clean package you will found war in 'target/redis-admin.war' move war to '../tomcat/wabapps/.' and start tomcat
Last Step
: visit redis-admin
open your brower and visit: http://localhost:8080/redis-admin/redis
then, enter username and password what you set in file 'application.properties'