goodspb / php-aerospike-admin
Aerospike Web GUI
dev-master
2015-11-11 03:25 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-10-26 19:25:47 UTC
README
Aerospike Web GUI
How to use
1、make sure Aerospike server was installed and Aerospike php extension was installed
2、open config.php:
//change the param depend on your Aerospike setting :
aerospike' => array(
'namespace' => 'test',
'connection' => array(
"hosts" => array(
array(
"addr" => "127.0.0.1", //server address
"port" => 3000 //server port
)
)
),
'connect_timeout' => 500,
'read_timeout' => 500,
'write_timeout' => 500,
)
3、Make sure the dir below exist and also writable
/Application/Runtime
/upload/
4、enjoy it