Latest version is: 0.1.0-alpha.64
1) Download the binary to any directory.
2) Make it executable.
$ cd path/to/binary $ chmod +x riko-linux-amd64-cli
3) Run with the server flag:
$ riko-linux-amd64-cli server
4) Browse to http://localhost:4575 using your favorite browser.
docker run \ -p 4575:4575 \ -v "/${PWD}/":/app/config \ rikodata/riko
This will start a RikoData instance on port 4575.
After running the command above, open your browser and navigate to http://localhost:4575