Implementation of the Liteseed Bundler Node in Go
The node was tested on a system with the following specification:
- CPU - 1GHz
- Memory - 1GiB
- Storage - 8GiB
- OS - Linux
The requirements are expected to grow in the future.
First make a directory to store the binary
mkdir $HOME/.edge
cd $HOME/.edge
Fetch the latest release of edge from github.com/liteseed/edge/releases.
wget https://github.com/liteseed/edge/latest/download/edge-linux-386
Set permission to execute the binary
chmod +777 edge-linux-386
ExportEDGE_PATH
and source your shell file
echo 'export PATH=$HOME/.edge/edge:$PATH' >> ~/.bash_profile