2⃣
Node: Setup
Description of steps required to download and start your node
Create a folder where you want your node to be held then open your terminal of choice in that location.
Once the installation is complete navigate to the run folder with
cd run
and execute the command ./run.sh
A small terminal will appear and automatically download the containers for the node's frontend, backend, and nginx. This may take a few minutes.
Note in order to turn your node on or off open the Docker GUI navigate to the containers/apps tab, hover over the run tab, and hit the start/stop button to turn your node on or off.
Congratulations, your Deso node is now running locally! Navigate to http://deso.run or
locahost:8080
in your browser to see your local instance. Last modified 7mo ago