summarylogtreecommitdiffstats
path: root/aerospike-client-c-libuv.install
blob: 3a4a8104e50e2871a38d62c25844ac73ef8bf472 (plain)
1
2
3
4
5
6
7
8
9
10
post_install(){
  echo
  echo ":: Node.js Aerospike client install:"
  echo "--------------------------------"
  echo "   export PREFIX='/usr'"
  echo "   export AEROSPIKE_LUA_PATH='/opt/aerospike/client/sys/udf/lua'"
  echo "   npm install aerospike"
  echo "--------------------------------"

}