Apache Cassandra Ubuntu 16
From DreamFactory
This allows you to use CassandraDB databases.
- The version of php-mongodb in the APT repositories is no longer high enough to satisfy the requirements of the mongodb repos used. Please install using PECL.
- Make sure you have all the required packages
-
$ sudo apt-get install php-dev libgmp-dev libpcre3-dev g++ make cmake libssl-dev openssl
-
- Download Datastax C++ Driver
-
wget
-
wget
-
wget
-
wget
-
- Install the Datastax C++ Driver
-
sudo dpkg -i
-
sudo dpkg -i
-
sudo dpkg -i
-
sudo dpkg -i
-
- Install from PECL
-
$ sudo pecl install cassandra
-
- Create the ini file
-
$ sudo sh -c 'echo "extension=cassandra.so" > /etc/php/7.0/mods-available/cassandra.ini'
-
- Enable the extension
-
$ sudo phpenmod cassandra
-
- Restart your webserver app and/or php-fpm