Skip to content
JDX50S edited this page Feb 18, 2023 · 3 revisions

Due to the many updates and new forms of installation, this will be broken into three portions. Furthermore, there will only be documentation will be on GitHub installations.

Fundamentals

The Menu

MarineGEO circle logo

Installing from the Graphic User Interface

To install from the GUI, follow these steps:

  1. Select option 9 from the menu. (Note: older versions do not include option 9 in the list)

  2. Once option 9 has been selected, the command window will close and a GUI will pop up.

    MarineGEO circle logo

  3. Select the "Install" option. Once you have selected it, you will be prompted by the following window.

    MarineGEO circle logo

  4. You are now able to automate the installation between GitHub and Local folders. Simply enter the Git repository you want to download or choose a folder to connect.

  5. Once the submit button has been entered, you will be prompted with a file display.

    MarineGEO circle logo

  6. This window allows for automated complex installations as well. Once a file is selected, the window will close and the system will automatically differentiate between the needed environment for launches, thus completing the installation.

Installing from the Command Line Interface

To install from the command line, follow these steps:

  1. Select option 4. This will bring up a request to select between Local or GitHub.

    MarineGEO circle logo

  2. For utilizing GitHub, enter option 1. This will then request the repository you wish to download from.

    MarineGEO circle logo

  3. This has now completed the download of the selected GitHub repo and is now prompting the user to specify the activation of this script.

    MarineGEO circle logo

  4. This gives displays the success of the installation.

Installing from the Command Line Connection

Arguably the easiest way to install a GitHub package is simply to open a command prompt window, or terminal window and enter gh -I https://github.com/someone/something.git.

This command can now be broken down into the following:

  • gh -> calls the Command Line Connection
  • -I -> specifies the Install function
  • https://github.com/someone/something.git -> the repository being installed.

Once the command has been run, you will be prompted with an interface that looks much like the following:

MarineGEO circle logo

Note: You can change the arguments