Start and Stop Hub ZIP
If you installed Hub with a ZIP distribution, you run Hub from the command line. The scripts that you use to start and stop Hub are located in the <hub_home>/bin/
directory. The <hub_home>
directory is the location where the ZIP distribution was unpacked during installation.
To stop and start Hub on macOS or Linux platforms, execute the command as a non-root user.
Enter commands to stop and start the Hub service in a command-line interface. Each command should be preceded by the name of the shell script that contains instructions for handling these commands and a reference to its location. For example, if you are running these commands using <hub_home>/bin/
as the current working directory, you would enter the command in this format:
./hub.sh run
Thanks for your feedback!