Skip to content

Commit

Permalink
Merge pull request #35 from tgpfeiffer/fix-build-sensorbee
Browse files Browse the repository at this point in the history
fix the commands required for build_sensorbee installation
  • Loading branch information
tgpfeiffer committed Apr 7, 2016
2 parents 1aa8824 + 1f36c70 commit e8a4217
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions source/tutorial/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@ Everything necessary to try this tutorial is ready now except SensorBee. The
next step is to build a custom ``sensorbee`` command that includes the plugins
needed for this tutorial.

Building a ``sensorbee`` Command
--------------------------------
Building a ``sensorbee`` Executable
-----------------------------------

To build a ``sensorbee`` command, the ``build_sensorbee`` command needs to be
installed::
To build a ``sensorbee`` executable, the ``build_sensorbee`` program needs to
be installed. To do so, issue the following command::

$ go get gopkg.in/sensorbee/sensorbee.v0/cmd/build_sensorbee
$ go get gopkg.in/sensorbee/sensorbee.v0/...

This command is used to build a custom ``sensorbee`` executable with plugins
provided by developers.
The ``build_sensorbee`` program is used to build a custom ``sensorbee``
executable with plugins provided by developers.

Then, move to the directory that has configuration files previously copied from
the tutorial package and execute ``build_sensorbee``::
Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/machine_learning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ All requirements for this tutorial have been installed and set up. The next
step is to install ``build_sensorbee``, then build and run the ``sensorbee``
executable::

/path/to/sbml$ go get gopkg.in/sensorbee/sensorbee.v0/cmd/build_sensorbee
/path/to/sbml$ go get gopkg.in/sensorbee/sensorbee.v0/...
/path/to/sbml$ build_sensorbee
sensorbee_main.go
/path/to/sbml$ ./sensorbee run -c sensorbee.yaml
Expand Down

0 comments on commit e8a4217

Please sign in to comment.