Common terminal commands
Below are the most common commands you are likely to use when interacting with your Dojo via the terminal.
Copy and paste the following commands in the terminal, then press ENTER.
Dojo script directory
Section titled “Dojo script directory”Navigate to the Dojo script directory:
cd ~/dojo-app/docker/my-dojoAll commands which start ./dojo.sh are to be run in this directory.
Dojo commands
Section titled “Dojo commands”The following commands are to be run in the Dojo script directory.
Restart Dojo
Section titled “Restart Dojo”./dojo.sh restartStop Dojo
Section titled “Stop Dojo”./dojo.sh stopNote: ensure you stop Dojo before: removing power from machine, or updating Dojo.
Start Dojo
Section titled “Start Dojo”./dojo.sh startShow Dojo version
Section titled “Show Dojo version”./dojo.sh versionUninstall Dojo
Section titled “Uninstall Dojo”./dojo.sh uninstallWarning: this command will erase all Dojo data.
Show list of all possible Dojo commands
Section titled “Show list of all possible Dojo commands”./dojo.sh helpDocker commands
Section titled “Docker commands”The following commands can be run in any directory.
Restart Tor
Section titled “Restart Tor”docker restart torThis will restart the Tor hidden service running on your Dojo, and may help if your Dojo becomes unreachable.