- Make the bash script executable by running
chmod +x tangle-explorer.sh
- Install and start a new Tangle Explorer
Warning: It destroys previous data.
./tangle-explorer.sh install [<network-definition.json> or <private-tangle-install-folder>]
The network-definition.json
parameter is optional. By default it will be taken the file present at
config/private-network.json
. The format of the file is described here. A template for the file is here.
Alternatively it can be provided the private-tangle-install-folder
parameter to convey a folder of a previous Private Tangle installation, such as the one here.
- Stop all the containers by running
./tangle-explorer.sh stop
- Start all the containers (keeping the already configured networks)
./tangle-explorer.sh start
- Updates the Explorer to the latest version (keeping the already configured networks)
./tangle-explorer.sh update