Skip to content

Developing Simplenetes

Requirements

Space version 1.5.0 or later is required.

Running the Simplenetes Space Module

When developing the module, we can run it without having to create a new release for each change.

To do so, set the CLUSTERPATH variable and optionally the PODPATH variable when running this Space module.
The PODPATH variable defaults to ${CLUSTERPATH}/_pods.

Example:

export CLUSTERPATH=...
space /

Create a new release of the sns executable

Note: Simplenetes is built using Space.sh and it requires Space to be installed in order to build the final standalone executable.

With Space ready and available, run:

./make.sh

The new release is saved to ./release/sns.