Is there a possibility to install InfluxDB without root access on Ubuntu 14.04?
There seem to be two ways of installing InfluXDB:
Compiling from sources is quite involving and requires number of packages being pre-installed.
I tried to install deb package without root access but failed at it so far. Is there a way to install InfluDB without root access on Ubuntu?
Download the tarball, extract it and find a binary file called 'influxd'.
Make it executable
chmod +x influxd
Generate a config file
./influxd config > influxdb.conf
Start the service using
./influxd --config influxdb.conf
chmod +x influx
./influx
If it is started then it would say 'Connected to http://localhost:8086'. Otherwise there must be some port occupied.
Ports used in influxdb are - 8086 and 8088.
For more details or if you want to change the ports:
https://csetutorials.com/install-influxdb-without-root-access-linux.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With