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

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinscale committed Jul 13, 2018
1 parent a4c172e commit 8896ccc
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 25 deletions.
10 changes: 5 additions & 5 deletions docs/03_getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ You can check the status of FogLAMP with the ``foglamp status`` command. For few
FogLAMP starting.
$
$ scripts/foglamp status
FogLAMP v1.3 running.
FogLAMP v1.3.1 running.
FogLAMP uptime: 175 seconds.
FogLAMP Records: 0 read, 0 sent, 0 purged.
FogLAMP does not require authentication.
Expand Down Expand Up @@ -703,19 +703,19 @@ Here are some extra notes for the CentOS users.

.. code-block:: console
Starting FogLAMP v1.3.FogLAMP cannot start.
Starting FogLAMP v1.3.1.FogLAMP cannot start.
Check /home/foglamp/FogLAMP/data/core.err for more information.
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.

.. code-block:: console
$ foglamp start
Starting FogLAMP v1.3.FogLAMP cannot start.
Starting FogLAMP v1.3.1.FogLAMP cannot start.
Check /home/foglamp/FogLAMP/data/core.err for more information.
$
$ foglamp status
FogLAMP v1.3 running.
FogLAMP v1.3.1 running.
FogLAMP uptime: 6 seconds.
FogLAMP Records: 0 read, 0 sent, 0 purged.
FogLAMP does not require authentication.
Expand All @@ -738,7 +738,7 @@ Check the *core.err* file, but if it is empty and *foglamp status* shows FogLAMP
.. code-block:: console
$ foglamp status
FogLAMP v1.3 running.
FogLAMP v1.3.1 running.
FogLAMP uptime: 6 seconds.
FogLAMP Records: 0 read, 0 sent, 0 purged.
FogLAMP does not require authentication.
Expand Down
30 changes: 15 additions & 15 deletions docs/04_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Once you have built FogLAMP following the instructions presented |build foglamp|
$ sudo make install
mkdir -p /usr/local/foglamp
Installing FogLAMP version 1.3, DB schema 2
Installing FogLAMP version 1.3.1, DB schema 2
-- FogLAMP DB schema check OK: Info: /usr/local/foglamp is empty right now. Skipping DB schema check.
cp VERSION /usr/local/foglamp
cd cmake_build ; cmake /home/foglamp/FogLAMP/
Expand Down Expand Up @@ -113,7 +113,7 @@ FogLAMP is now present in */usr/local/foglamp* and ready to start. The start scr
$
$ bin/foglamp help
Usage: foglamp {start|stop|status|reset|kill|help|version}
FogLAMP v1.3 admin script
FogLAMP v1.3.1 admin script
The script is used to start FogLAMP
Arguments:
start - Start FogLAMP core (core will start other services).
Expand Down Expand Up @@ -284,16 +284,16 @@ For example, if you are installing FogLAMP on an Intel x86_64 machine, you can t

.. code-block:: console
$ wget https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3-x86_64_ubuntu_16_04.deb
--2018-04-24 18:22:08-- https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3-x86_64_ubuntu_16_04.deb
$ wget https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3.1-x86_64_ubuntu_16_04.deb
--2018-04-24 18:22:08-- https://s3.amazonaws.com/foglamp/debian/x86_64/foglamp-1.3.1-x86_64_ubuntu_16_04.deb
Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.133.221
Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.133.221|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 496094 (484K) [application/x-deb]
Saving to: ‘foglamp-1.3-x86_64_ubuntu_16_04.deb’
Saving to: ‘foglamp-1.3.1-x86_64_ubuntu_16_04.deb’
foglamp-1.3-x86_64_ubuntu_16_04.deb 100%[=============================================================>] 484.47K 521KB/s in 0.9s
2018-04-24 18:22:10 (521 KB/s) - ‘foglamp-1.3-x86_64_ubuntu_16_04.deb’ saved [496094/496094]
foglamp-1.3.1-x86_64_ubuntu_16_04.deb 100%[=============================================================>] 484.47K 521KB/s in 0.9s
2018-04-24 18:22:10 (521 KB/s) - ‘foglamp-1.3.1-x86_64_ubuntu_16_04.deb’ saved [496094/496094]
$
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.
Expand All @@ -308,17 +308,17 @@ We recommend to execute an *update-upgrade-update* of the system first, then you
...
$ sudo apt update
...
$ sudo cp foglamp-1.3-x86_64_ubuntu_16_04.deb /var/cache/apt/archives/.
$ sudo cp foglamp-1.3.1-x86_64_ubuntu_16_04.deb /var/cache/apt/archives/.
...
$ sudo apt install /var/cache/apt/archives/foglamp-1.3-x86_64_ubuntu_16_04.deb
$ sudo apt install /var/cache/apt/archives/foglamp-1.3.1-x86_64_ubuntu_16_04.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'foglamp' instead of '/var/cache/apt/archives/foglamp-1.3-x86_64_ubuntu_16_04.deb'
Note, selecting 'foglamp' instead of '/var/cache/apt/archives/foglamp-1.3.1-x86_64_ubuntu_16_04.deb'
The following packages were automatically installed and are no longer required:
...
Unpacking foglamp (1.3) ...
Setting up foglamp (1.3) ...
Unpacking foglamp (1.3.1) ...
Setting up foglamp (1.3.1) ...
Resolving data directory
Data directory does not exist. Using new data directory
Installing service script
Expand All @@ -340,7 +340,7 @@ Check the newly installed package:
.. code-block:: console
$ sudo dpkg -l | grep foglamp
ii foglamp 1.3 amd64 FogLAMP, the open source platform for the Internet of Things
ii foglamp 1.3.1 amd64 FogLAMP, the open source platform for the Internet of Things
$
Expand Down Expand Up @@ -370,7 +370,7 @@ Check if FogLAMP is up and running with the ``foglamp`` command:
.. code-block:: console
$ /usr/local/foglamp/bin/foglamp status
FogLAMP v1.3 running.
FogLAMP v1.3.1 running.
FogLAMP Uptime: 162 seconds.
FogLAMP records: 0 read, 0 sent, 0 purged.
FogLAMP does not require authentication.
Expand Down Expand Up @@ -410,7 +410,7 @@ Use the ``apt`` or the ``apt-get`` command to uninstall FogLAMP:
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n]
(Reading database ... 211747 files and directories currently installed.)
Removing foglamp (1.3) ...
Removing foglamp (1.3.1) ...
FogLAMP is currently running.
Stop FogLAMP service.
Kill FogLAMP.
Expand Down
4 changes: 2 additions & 2 deletions docs/06_plugins/01_FogLAMP_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ For example, this is the command to use to install the *OpenWeather* South plugi
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
['tasks/statistics', '--port=40138', '--address=127.0.0.1', '--name=stats collector']
...
FogLAMP v1.3 running.
FogLAMP v1.3.1 running.
FogLAMP Uptime: 266 seconds.
FogLAMP records: 0 read, 0 sent, 0 purged.
FogLAMP does not require authentication.
Expand Down Expand Up @@ -154,7 +154,7 @@ For example, this is the command to use to install the *OpenWeather* South plugi
openweathermap plugin installed.
$
$ foglamp status
FogLAMP v1.3 running.
FogLAMP v1.3.1 running.
FogLAMP Uptime: 271 seconds.
FogLAMP records: 36 read, 0 sent, 0 purged.
FogLAMP does not require authentication.
Expand Down
15 changes: 15 additions & 0 deletions docs/91_version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ Version History
FogLAMP v1
==========

v1.3.1
----

Release Date: 2018-07-13


Fixed Issues
~~~~~~~~~~~~

- **Open File Descriptiors**

- **open file descriptors**: Storage service did not close open files, leading to multiple open file descriptors



v1.3
----

Expand Down
18 changes: 15 additions & 3 deletions docs/92_downloads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@

<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>

.. |intel 1.3.1 Ubuntu 16.04| raw:: html

<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>

.. |intel 1.3.1 Ubuntu 18.04| raw:: html

<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>

.. |arm 1.0| raw:: html

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

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

.. |arm 1.3.1| raw:: html

<a href="https://s3.amazonaws.com/foglamp/debian/armhf/foglamp-1.3.1-armhf.deb">v1.3.1</a>

.. |arm-envphat 1.2| raw:: html

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

- |intel 1.3 Ubuntu 16.04| - Released 2018-07-05
- |intel 1.3 Ubuntu 18.04| - Released 2018-07-05
- |intel 1.3.1 Ubuntu 16.04| - Released 2018-07-13
- |intel 1.3.1 Ubuntu 18.04| - Released 2018-07-13


FogLAMP Debian Packages for ARM
-------------------------------

- |arm 1.3| - Released 2018-07-05
- |arm 1.3.1| - Released 2018-07-13


Snap Packages
Expand Down

0 comments on commit 8896ccc

Please sign in to comment.