Advertisement
Guest User

Cassandra PHP Driver installation

a guest
Jun 26th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. brew install libuv cmake gmp git
  2.  
  3. cd ~
  4.  
  5. git clone https://github.com/datastax/php-driver.git
  6.  
  7. cd php-driver
  8.  
  9. git submodule update --init
  10.  
  11. cd ext
  12.  
  13. ./install.sh
  14. 


  15. echo -e "; DataStax PHP Driver\nextension=cassandra.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement