@@ -58,7 +58,7 @@ Once you have built FogLAMP following the instructions presented |build foglamp|
58
58
59
59
$ sudo make install
60
60
mkdir -p /usr/local/foglamp
61
- Installing FogLAMP version 1.3, DB schema 2
61
+ Installing FogLAMP version 1.3.1 , DB schema 2
62
62
-- FogLAMP DB schema check OK: Info: /usr/local/foglamp is empty right now. Skipping DB schema check.
63
63
cp VERSION /usr/local/foglamp
64
64
cd cmake_build ; cmake /home/foglamp/FogLAMP/
@@ -113,7 +113,7 @@ FogLAMP is now present in */usr/local/foglamp* and ready to start. The start scr
113
113
$
114
114
$ bin/foglamp help
115
115
Usage: foglamp {start|stop|status|reset|kill|help|version}
116
- FogLAMP v1.3 admin script
116
+ FogLAMP v1.3.1 admin script
117
117
The script is used to start FogLAMP
118
118
Arguments:
119
119
start - Start FogLAMP core (core will start other services).
@@ -284,16 +284,16 @@ For example, if you are installing FogLAMP on an Intel x86_64 machine, you can t
284
284
285
285
.. code-block :: console
286
286
287
- $ wget https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3-x86_64_ubuntu_16_04.deb
288
- --2018-04-24 18:22:08-- https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3-x86_64_ubuntu_16_04.deb
287
+ $ wget https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3.1 -x86_64_ubuntu_16_04.deb
288
+ --2018-04-24 18:22:08-- https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3.1 -x86_64_ubuntu_16_04.deb
289
289
Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.133.221
290
290
Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.133.221|:443... connected.
291
291
HTTP request sent, awaiting response... 200 OK
292
292
Length: 496094 (484K) [application/x-deb]
293
- Saving to: ‘foglamp-1.3-x86_64_ubuntu_16_04.deb’
293
+ Saving to: ‘foglamp-1.3.1 -x86_64_ubuntu_16_04.deb’
294
294
295
- foglamp-1.3-x86_64_ubuntu_16_04.deb 100%[=============================================================>] 484.47K 521KB/s in 0.9s
296
- 2018-04-24 18:22:10 (521 KB/s) - ‘foglamp-1.3-x86_64_ubuntu_16_04.deb’ saved [496094/496094]
295
+ foglamp-1.3.1 -x86_64_ubuntu_16_04.deb 100%[=============================================================>] 484.47K 521KB/s in 0.9s
296
+ 2018-04-24 18:22:10 (521 KB/s) - ‘foglamp-1.3.1 -x86_64_ubuntu_16_04.deb’ saved [496094/496094]
297
297
$
298
298
299
299
We recommend to execute an *update-upgrade-update * of the system first, then you may copy the FogLAMP package in the *apt cache * directory and install it.
@@ -308,17 +308,17 @@ We recommend to execute an *update-upgrade-update* of the system first, then you
308
308
...
309
309
$ sudo apt update
310
310
...
311
- $ sudo cp foglamp-1.3-x86_64_ubuntu_16_04.deb /var/cache/apt/archives/.
311
+ $ sudo cp foglamp-1.3.1 -x86_64_ubuntu_16_04.deb /var/cache/apt/archives/.
312
312
...
313
- $ sudo apt install /var/cache/apt/archives/foglamp-1.3-x86_64_ubuntu_16_04.deb
313
+ $ sudo apt install /var/cache/apt/archives/foglamp-1.3.1 -x86_64_ubuntu_16_04.deb
314
314
Reading package lists... Done
315
315
Building dependency tree
316
316
Reading state information... Done
317
- Note, selecting 'foglamp' instead of '/var/cache/apt/archives/foglamp-1.3-x86_64_ubuntu_16_04.deb'
317
+ Note, selecting 'foglamp' instead of '/var/cache/apt/archives/foglamp-1.3.1 -x86_64_ubuntu_16_04.deb'
318
318
The following packages were automatically installed and are no longer required:
319
319
...
320
- Unpacking foglamp (1.3) ...
321
- Setting up foglamp (1.3) ...
320
+ Unpacking foglamp (1.3.1 ) ...
321
+ Setting up foglamp (1.3.1 ) ...
322
322
Resolving data directory
323
323
Data directory does not exist. Using new data directory
324
324
Installing service script
@@ -340,7 +340,7 @@ Check the newly installed package:
340
340
.. code-block :: console
341
341
342
342
$ sudo dpkg -l | grep foglamp
343
- ii foglamp 1.3 amd64 FogLAMP, the open source platform for the Internet of Things
343
+ ii foglamp 1.3.1 amd64 FogLAMP, the open source platform for the Internet of Things
344
344
$
345
345
346
346
@@ -370,7 +370,7 @@ Check if FogLAMP is up and running with the ``foglamp`` command:
370
370
.. code-block :: console
371
371
372
372
$ /usr/local/foglamp/bin/foglamp status
373
- FogLAMP v1.3 running.
373
+ FogLAMP v1.3.1 running.
374
374
FogLAMP Uptime: 162 seconds.
375
375
FogLAMP records: 0 read, 0 sent, 0 purged.
376
376
FogLAMP does not require authentication.
@@ -410,7 +410,7 @@ Use the ``apt`` or the ``apt-get`` command to uninstall FogLAMP:
410
410
After this operation, 0 B of additional disk space will be used.
411
411
Do you want to continue? [Y/n]
412
412
(Reading database ... 211747 files and directories currently installed.)
413
- Removing foglamp (1.3) ...
413
+ Removing foglamp (1.3.1 ) ...
414
414
FogLAMP is currently running.
415
415
Stop FogLAMP service.
416
416
Kill FogLAMP.
0 commit comments