Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Commit 8896ccc

Browse files
committed
Updated docs
1 parent a4c172e commit 8896ccc

File tree

5 files changed

+52
-25
lines changed

5 files changed

+52
-25
lines changed

docs/03_getting_started.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ You can check the status of FogLAMP with the ``foglamp status`` command. For few
298298
FogLAMP starting.
299299
$
300300
$ scripts/foglamp status
301-
FogLAMP v1.3 running.
301+
FogLAMP v1.3.1 running.
302302
FogLAMP uptime: 175 seconds.
303303
FogLAMP Records: 0 read, 0 sent, 0 purged.
304304
FogLAMP does not require authentication.
@@ -703,19 +703,19 @@ Here are some extra notes for the CentOS users.
703703

704704
.. code-block:: console
705705
706-
Starting FogLAMP v1.3.FogLAMP cannot start.
706+
Starting FogLAMP v1.3.1.FogLAMP cannot start.
707707
Check /home/foglamp/FogLAMP/data/core.err for more information.
708708
709709
Check the *core.err* file, but if it is empty and *foglamp status* shows FogLAMP running, it means that the services are up and running.
710710

711711
.. code-block:: console
712712
713713
$ foglamp start
714-
Starting FogLAMP v1.3.FogLAMP cannot start.
714+
Starting FogLAMP v1.3.1.FogLAMP cannot start.
715715
Check /home/foglamp/FogLAMP/data/core.err for more information.
716716
$
717717
$ foglamp status
718-
FogLAMP v1.3 running.
718+
FogLAMP v1.3.1 running.
719719
FogLAMP uptime: 6 seconds.
720720
FogLAMP Records: 0 read, 0 sent, 0 purged.
721721
FogLAMP does not require authentication.
@@ -738,7 +738,7 @@ Check the *core.err* file, but if it is empty and *foglamp status* shows FogLAMP
738738
.. code-block:: console
739739
740740
$ foglamp status
741-
FogLAMP v1.3 running.
741+
FogLAMP v1.3.1 running.
742742
FogLAMP uptime: 6 seconds.
743743
FogLAMP Records: 0 read, 0 sent, 0 purged.
744744
FogLAMP does not require authentication.

docs/04_installation.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Once you have built FogLAMP following the instructions presented |build foglamp|
5858
5959
$ sudo make install
6060
mkdir -p /usr/local/foglamp
61-
Installing FogLAMP version 1.3, DB schema 2
61+
Installing FogLAMP version 1.3.1, DB schema 2
6262
-- FogLAMP DB schema check OK: Info: /usr/local/foglamp is empty right now. Skipping DB schema check.
6363
cp VERSION /usr/local/foglamp
6464
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
113113
$
114114
$ bin/foglamp help
115115
Usage: foglamp {start|stop|status|reset|kill|help|version}
116-
FogLAMP v1.3 admin script
116+
FogLAMP v1.3.1 admin script
117117
The script is used to start FogLAMP
118118
Arguments:
119119
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
284284

285285
.. code-block:: console
286286
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
289289
Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.133.221
290290
Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.133.221|:443... connected.
291291
HTTP request sent, awaiting response... 200 OK
292292
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’
294294
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]
297297
$
298298
299299
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
308308
...
309309
$ sudo apt update
310310
...
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/.
312312
...
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
314314
Reading package lists... Done
315315
Building dependency tree
316316
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'
318318
The following packages were automatically installed and are no longer required:
319319
...
320-
Unpacking foglamp (1.3) ...
321-
Setting up foglamp (1.3) ...
320+
Unpacking foglamp (1.3.1) ...
321+
Setting up foglamp (1.3.1) ...
322322
Resolving data directory
323323
Data directory does not exist. Using new data directory
324324
Installing service script
@@ -340,7 +340,7 @@ Check the newly installed package:
340340
.. code-block:: console
341341
342342
$ 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
344344
$
345345
346346
@@ -370,7 +370,7 @@ Check if FogLAMP is up and running with the ``foglamp`` command:
370370
.. code-block:: console
371371
372372
$ /usr/local/foglamp/bin/foglamp status
373-
FogLAMP v1.3 running.
373+
FogLAMP v1.3.1 running.
374374
FogLAMP Uptime: 162 seconds.
375375
FogLAMP records: 0 read, 0 sent, 0 purged.
376376
FogLAMP does not require authentication.
@@ -410,7 +410,7 @@ Use the ``apt`` or the ``apt-get`` command to uninstall FogLAMP:
410410
After this operation, 0 B of additional disk space will be used.
411411
Do you want to continue? [Y/n]
412412
(Reading database ... 211747 files and directories currently installed.)
413-
Removing foglamp (1.3) ...
413+
Removing foglamp (1.3.1) ...
414414
FogLAMP is currently running.
415415
Stop FogLAMP service.
416416
Kill FogLAMP.

docs/06_plugins/01_FogLAMP_plugins.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ For example, this is the command to use to install the *OpenWeather* South plugi
122122
May 16 01:36:09 ubuntu python3[13741]: FogLAMP[13741] INFO: scheduler: foglamp.services.core.scheduler.scheduler: Process started: Schedule 'stats collection' process 'stats coll
123123
['tasks/statistics', '--port=40138', '--address=127.0.0.1', '--name=stats collector']
124124
...
125-
FogLAMP v1.3 running.
125+
FogLAMP v1.3.1 running.
126126
FogLAMP Uptime: 266 seconds.
127127
FogLAMP records: 0 read, 0 sent, 0 purged.
128128
FogLAMP does not require authentication.
@@ -154,7 +154,7 @@ For example, this is the command to use to install the *OpenWeather* South plugi
154154
openweathermap plugin installed.
155155
$
156156
$ foglamp status
157-
FogLAMP v1.3 running.
157+
FogLAMP v1.3.1 running.
158158
FogLAMP Uptime: 271 seconds.
159159
FogLAMP records: 36 read, 0 sent, 0 purged.
160160
FogLAMP does not require authentication.

docs/91_version_history.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,21 @@ Version History
2525
FogLAMP v1
2626
==========
2727

28+
v1.3.1
29+
----
30+
31+
Release Date: 2018-07-13
32+
33+
34+
Fixed Issues
35+
~~~~~~~~~~~~
36+
37+
- **Open File Descriptiors**
38+
39+
- **open file descriptors**: Storage service did not close open files, leading to multiple open file descriptors
40+
41+
42+
2843
v1.3
2944
----
3045

docs/92_downloads.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@
5050

5151
<a href="https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3-x86_64_ubuntu_18_04.deb">v1.3 Ubuntu 18.04</a>
5252

53+
.. |intel 1.3.1 Ubuntu 16.04| raw:: html
54+
55+
<a href="https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3.1-x86_64_ubuntu_16_04.deb">v1.3.1 Ubuntu 16.04</a>
56+
57+
.. |intel 1.3.1 Ubuntu 18.04| raw:: html
58+
59+
<a href="https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3.1-x86_64_ubuntu_18_04.deb">v1.3.1 Ubuntu 18.04</a>
60+
5361
.. |arm 1.0| raw:: html
5462

5563
<a href="https://s3.amazonaws.com/foglamp/snaps/armhf/foglamp_1.0_armhf.snap">v1.0</a>
@@ -70,6 +78,10 @@
7078

7179
<a href="https://s3.amazonaws.com/foglamp/debian/armhf/foglamp-1.3-armhf.deb">v1.3</a>
7280

81+
.. |arm 1.3.1| raw:: html
82+
83+
<a href="https://s3.amazonaws.com/foglamp/debian/armhf/foglamp-1.3.1-armhf.deb">v1.3.1</a>
84+
7385
.. |arm-envphat 1.2| raw:: html
7486

7587
<a href="https://s3.amazonaws.com/foglamp/debian/armhf/foglamp-south-envirophat-1.2-armhf.deb">v1.2</a>
@@ -101,14 +113,14 @@ We have created Debian for Intel and ARM architectures. The packages have been t
101113
FogLAMP Debian Packages for Intel
102114
---------------------------------
103115

104-
- |intel 1.3 Ubuntu 16.04| - Released 2018-07-05
105-
- |intel 1.3 Ubuntu 18.04| - Released 2018-07-05
116+
- |intel 1.3.1 Ubuntu 16.04| - Released 2018-07-13
117+
- |intel 1.3.1 Ubuntu 18.04| - Released 2018-07-13
106118

107119

108120
FogLAMP Debian Packages for ARM
109121
-------------------------------
110122

111-
- |arm 1.3| - Released 2018-07-05
123+
- |arm 1.3.1| - Released 2018-07-13
112124

113125

114126
Snap Packages

0 commit comments

Comments
 (0)