11/11
2015
Wallogit.com
2017 © Pedro PelĂĄez
Aerospike Web GUI
Aerospike Web GUI, (*1)
1ămake sure Aerospike server was installed and Aerospike php extension was installed, (*2)
2ăopen config.phpïŒ, (*3)
//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, (*4)
/Application/Runtime
/upload/
4ăenjoy it, (*5)