Download and run the SPARKL self-installer
-
The self-installer is a self-contained shell file on the SPARKL GitHub repository
curl -LO https://github.com/opensparkl/sse_core/releases/download/v1.3.4/sse-Darwin-18.6.0-x86_64.sh -
Run the installer and follow the prompts. The installer needs write permission to the installation directories which by default are under
/usr/local/.sudo sh ./sse-Darwin-18.6.0-x86_64.sh -
Create a SPARKL node directory in (say) your home directory
mkdir ~/mynode -
Change into your node directory and start an sse in it
cd ~/mynode sse start -
Check the sse has started ok
sse list
Now would be a good time to install the SPARKL CLI.
Or, you can point your browser at http://localhost:8000.
