Skip to content

Commit

Permalink
Update the version to 1.4.4.
Browse files Browse the repository at this point in the history
refs #60
  • Loading branch information
csjx committed Mar 22, 2022
1 parent 66e1ed2 commit 9336463
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Quick Start
Set up the software by unpacking the zip file, setting environment variables, and creating the log directory:

$ cd /usr/local
$ sudo curl -L -O https://github.com/csjx/realtime-data/raw/1.4.3/realtime-data-1.4.3-bin.zip
$ sudo unzip realtime-data-1.4.3-bin.zip
$ sudo curl -L -O https://github.com/csjx/realtime-data/raw/1.4.4/realtime-data-1.4.4-bin.zip
$ sudo unzip realtime-data-1.4.4-bin.zip
$ sudo chown -R ${USER} /usr/local/realtime-data
$ export REALTIME_DATA=/usr/local/realtime-data
$ export PATH=${PATH}:${REALTIME_DATA}/scripts/shell
Expand Down
2 changes: 1 addition & 1 deletion assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</fileSets>
<files>
<file>
<source>target/realtime-data-1.4.3-jar-with-dependencies.jar</source>
<source>target/realtime-data-1.4.4-jar-with-dependencies.jar</source>
</file>
<file>
<source>LICENSE</source>
Expand Down
2 changes: 1 addition & 1 deletion bin/manage-instruments
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LOG_DIR="/var/log/realtime-data"; # log files location
if [[ -z ${REALTIME_DATA} ]]; then
REALTIME_DATA="."; # installed realtime-data software location
fi
VERSION="1.4.3"; # keep track of this script's version
VERSION="1.4.4"; # keep track of this script's version
if [[ -d "/etc/realtime-data" ]]; then
CLASSPATH="/etc/realtime-data:${REALTIME_DATA}/realtime-data-${VERSION}-jar-with-dependencies.jar";
else
Expand Down
2 changes: 1 addition & 1 deletion bin/runFakeFileSource.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
export CLASSPATH=$REALTIME_DATA/realtime-data-1.4.3-jar-with-dependencies.jar;
export CLASSPATH=$REALTIME_DATA/realtime-data-1.4.4-jar-with-dependencies.jar;

export SOURCE="TEST01_001CTDXXXXR00";

Expand Down
2 changes: 1 addition & 1 deletion bin/runSource.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
export REALTIME_DATA=/usr/local/realtime-data;
export CLASSPATH=$REALTIME_DATA/realtime-data-1.4.3-jar-with-dependencies.jar;
export CLASSPATH=$REALTIME_DATA/realtime-data-1.4.4-jar-with-dependencies.jar;
$REALTIME_DATA/build/classes/:\
$REALTIME_DATA/lib/rbnb.jar:\
$REALTIME_DATA/lib/commons-codec-1.3.jar:\
Expand Down
4 changes: 2 additions & 2 deletions docs/_sources/user/user-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Instrument drivers are managed with a ``manage-instruments`` script in ``${REALT
-h Show this message
-i The instrument id. Use -i multiple times for multiple instruments.
-o Indicate which operation to perform, start or stop.
-V Show the version (1.4.3)
-V Show the version (1.4.4)


The ``manage-instruments`` script is used to start one or many instrument drivers by setting the ``-c`` command option to ``driver``, the ``-o`` operation option to ``start``, and by using one or more ``-i`` options followed by the instrument identifier. In lieu of the individual ``-i`` option, you can use the ``-a`` option to start all instruments configured in the ``${REALTIME_DATA}/conf`` directory. For example, to start a single instrument driver:
Expand Down Expand Up @@ -532,7 +532,7 @@ Instrument archivers are managed with a ``manage-instruments`` script in ``${REA
-h Show this message
-i The instrument id. Use -i multiple times for multiple instruments.
-o Indicate which operation to perform, start or stop.
-V Show the version (1.4.3)
-V Show the version (1.4.4)


The ``manage-instruments`` script is used to start one or many instrument archivers by setting the ``-c`` command option to ``archiver``, the ``-o`` operation option to ``start``, and by using one or more ``-i`` options followed by the instrument identifier. In lieu of the individual ``-i`` option, you can use the ``-a`` option to start all instrument archivers configured in the ``${REALTIME_DATA}/conf`` directory. For example, to start a single instrument archiver:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/user/user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Instrument drivers are managed with a ``manage-instruments`` script in ``${REALT
-h Show this message
-i The instrument id. Use -i multiple times for multiple instruments.
-o Indicate which operation to perform, start or stop.
-V Show the version (1.4.3)
-V Show the version (1.4.4)


The ``manage-instruments`` script is used to start one or many instrument drivers by setting the ``-c`` command option to ``driver``, the ``-o`` operation option to ``start``, and by using one or more ``-i`` options followed by the instrument identifier. In lieu of the individual ``-i`` option, you can use the ``-a`` option to start all instruments configured in the ``${REALTIME_DATA}/conf`` directory. For example, to start a single instrument driver:
Expand Down Expand Up @@ -532,7 +532,7 @@ Instrument archivers are managed with a ``manage-instruments`` script in ``${REA
-h Show this message
-i The instrument id. Use -i multiple times for multiple instruments.
-o Indicate which operation to perform, start or stop.
-V Show the version (1.4.3)
-V Show the version (1.4.4)


The ``manage-instruments`` script is used to start one or many instrument archivers by setting the ``-c`` command option to ``archiver``, the ``-o`` operation option to ``start``, and by using one or more ``-i`` options followed by the instrument identifier. In lieu of the individual ``-i`` option, you can use the ``-a`` option to start all instrument archivers configured in the ``${REALTIME_DATA}/conf`` directory. For example, to start a single instrument archiver:
Expand Down
2 changes: 1 addition & 1 deletion docs/user/manage-instruments/manage-instruments/command.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ OPTIONS:
-l List the status of all drivers and archivers.
-o Indicate which operation to perform, start, stop, or status (requires 'driver' or 'archiver' commands).
-d The existing raw instrument archive to rebuild (requires 'rebuilder' or 'reloader' command).
-V Show the version (1.4.3)
-V Show the version (1.4.4)
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.hawaii.soest</groupId>
<artifactId>realtime-data</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
<name>Realtime Data Streaming Software</name>
<description>Software for streaming and managing scientific instrument data. See
https://csjx.github.io/realtime-data.
Expand Down

0 comments on commit 9336463

Please sign in to comment.