After you decompress the archive, what comes out?

Can you copy the output of that command to this thread?




Frank Inselbuch
Unix Edge, Inc.
Fleet Surveillance and Analytics
713-701-5421
inselb...@unixedge.com
https://zoom.us/j/7137015421

-----Original Message-----
From: influxdb@googlegroups.com [mailto:influxdb@googlegroups.com] On Behalf Of 
Lucia
Sent: Saturday, November 25, 2017 2:17 AM
To: influxdb@googlegroups.com
Subject: Re: [influxdb] Re: InfluxDB Raspberry Pi installation?

Thank you, Frank.
Your assumptions are correct.
However, if I do
wget
tar
then I get:
# service influxdb start
influxdb: unrecognized service

and here I am stuck.
Thank you very much for your help,
Lucia
-----------------------------------------------------------------------------
Dr. Lucia Morganti
@ INFN - CNAF (www.cnaf.infn.it)
Address:   Viale Berti Pichat 6/2, 40127 Bologna (IT)
-----------------------------------------------------------------------------


On 24 November 2017 at 20:05, Frank Inselbuch <inselb...@unixedge.com> wrote:
>
> Okay so first you have to get the installation kit which comes in the form of 
> a compressed archive, from here:
>
> https://portal.influxdata.com/downloads#influxdb
>
> I am not familiar with the board you are talking about but assuming it's an 
> arm processor and running a Debian-style Linux, you can try this one:
>
> This command will pull the kit to your machine:
> wget 
> https://dl.influxdata.com/influxdb/releases/influxdb-1.4.2_linux_armhf
> .tar.gz
>
> Then you decomparess the archive like this:
> tar xvfz influxdb-1.4.2_linux_armhf.tar.gz
>
> Then you should be able to start the database:
>
> service influxdb start
>
> or
>
> systemctl start influxdb
>
>
>
>
>
> Frank Inselbuch
> Unix Edge, Inc.
> Fleet Surveillance and Analytics
> 713-701-5421
> inselb...@unixedge.com
> https://zoom.us/j/7137015421
>
> -----Original Message-----
> From: influxdb@googlegroups.com [mailto:influxdb@googlegroups.com] On 
> Behalf Of lucia.morga...@gmail.com
> Sent: Friday, November 24, 2017 9:15 AM
> To: InfluxData <influxdb@googlegroups.com>
> Subject: [influxdb] Re: InfluxDB Raspberry Pi installation?
>
> Hi Frank,
> what do you mean when you say "after you tar you install it with dpkg"?
> I'm working on ARM, Invidia X1 board.
> Thanks,
> lucia
>
> On Thursday, October 13, 2016 at 11:56:15 PM UTC+2, Frank Inselbuch wrote:
>> After you tar you will install it with dpkg.
>> It will probably get started automatically at that point.
>> But if you want to start it/restart/stop just
>>
>>
>> sudo service influxd start (or restart or stop)
>>
>>
>> by default I believe the server will be available for http: requests 
>> on port 8086
>>
>>
>> i would encourage you to also install something like grafana to pull 
>> data from influxdb, but you can roll your own with http requests
>>
>>
>> to work with the database interactively, use the CLI (command line
>> interface)
>>
>>
>> just type
>>
>>
>> $ influx
>>
>>
>> here's a few commands to get you started
>>
>>
>>
>>
>> Influx> create database test1
>> Influx> insert cars,vin=3948579834 year=2015,color='Green',mileage=15
>> Influx> select * from cars
>>
>>
>> Good luck.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> On Thursday, October 13, 2016 at 7:39:27 AM UTC-5, EBRAddict wrote:
>> Hi,
>>
>>
>> I'd like to try InfluxDB on a Raspberry Pi 3 for a mobile sensor project. 
>> Currently it's logging ~50 data points every 200ms to a USB flash drive text 
>> file but I want to ramp that up to 200 every 10ms, or however fast I can 
>> push data from the microcontrollers to the Pi.
>>
>>
>> I downloaded and uncompressed the ARM binaries using the instructions on the 
>> InfluxDB download page:
>>
>>
>> wget
>> https://dl.influxdata.com/influxdb/releases/influxdb-1.0.2_linux_armh
>> f .tar.gz tar xvfz influxdb-1.0.2_linux_armhf.tar.gz
>>
>>
>> What are the next steps? I'm not a Linux guy but I can follow directions if 
>> someone could point me to them. I'd like to configure the service(s) to run 
>> at startup automatically and be accessible for querying by any logged in 
>> user (it's a closed system).
>>
>>
>> Thanks.
>
> --
> Remember to include the version number!
> ---
> You received this message because you are subscribed to a topic in the Google 
> Groups "InfluxData" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/influxdb/us4x3V2fbNk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> influxdb+unsubscr...@googlegroups.com.
> To post to this group, send email to influxdb@googlegroups.com.
> Visit this group at https://groups.google.com/group/influxdb.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/influxdb/d55e0819-a907-4733-9a2f-5d572686e435%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> Remember to include the version number!
> ---
> You received this message because you are subscribed to a topic in the Google 
> Groups "InfluxData" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/influxdb/us4x3V2fbNk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> influxdb+unsubscr...@googlegroups.com.
> To post to this group, send email to influxdb@googlegroups.com.
> Visit this group at https://groups.google.com/group/influxdb.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/influxdb/SN1PR16MB06850CC2C148E380990CC702DD260%40SN1PR16MB0685.namprd16.prod.outlook.com.
> For more options, visit https://groups.google.com/d/optout.

--
Remember to include the version number!
---
You received this message because you are subscribed to a topic in the Google 
Groups "InfluxData" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/influxdb/us4x3V2fbNk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
influxdb+unsubscr...@googlegroups.com.
To post to this group, send email to influxdb@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/CAAuS_VT3qF8EqP2cMu5jAC0wC%3DxZ_4q9dr2Z5koB7gjpptEB%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to influxdb+unsubscr...@googlegroups.com.
To post to this group, send email to influxdb@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/SN1PR16MB06850F1788C1AA51F19814A0DD270%40SN1PR16MB0685.namprd16.prod.outlook.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to