I'm having a hard time getting the RethinkDb server up in cpanel. I'm able to run it smoothly in my local machine using windows os.
I follow instruction listed here to somehow install it in cpanel. https://www.rethinkdb.com/docs/install/centos/
this is what exactly I typed in putty:
wget http://download.rethinkdb.com/dist/rethinkdb-2.3.6.tgz
tar xf rethinkdb-2.3.6.tgz
I tried the above step as well as manually downloaded the .tgz file, extracted it and the continued with below command to no avail.
cd rethinkdb-2.3.6
./configure --allow-fetch --dynamic jemalloc
make
sudo make install
It seems like the installation goes on and on.
I waited until it complete installing and typed rethinkdb
to start the server.
But it says undefined command.
Please guide me on how o install and run RethinkDb in cpanel.
Thanks.