Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
G
gpm
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Moore Good Ideas
  • G Package Manager
  • gpm
  • Wiki
  • Installation

Installation

Last edited by Derek Trepanier Sep 10, 2018
Page history

Installing GPM requires NI Package Manager. Please download and install NIPM before installing GPM.

NIPM Feeds

There are two available NIPM feeds:

  1. Master Feed
    • This is the most stable release. It contains the official releases.
    • URL https://s3-us-west-1.amazonaws.com/gpm-dist/master/
  2. Development Feed
    • This feed contains beta release so you can get the newest features as soon as they're implemented.
    • URL https://s3-us-west-1.amazonaws.com/gpm-dist/develop/

The following instructions assume you're installing the master feed. Simply replace the feed URL if you're interested in installing the development feed.

Interactive Install

Run this command to install GPM's package feed to your system then start the NIPM UI install process.

"C:\Program Files\National Instruments\NI Package Manager\nipkg.exe" feed-add --system --name=mgi-gpm https://s3-us-west-1.amazonaws.com/gpm-dist/master/ && "C:\Program Files\National Instruments\NI Package Manager\NIPackageManager.exe" install gpm-windows --update-feeds

Silent Install

Run this command to install GPM's package feed to your system then silently install it. This command must be run from an elevated command prompt.

"C:\Program Files\National Instruments\NI Package Manager\nipkg.exe" feed-add --system --name=mgi-gpm https://s3-us-west-1.amazonaws.com/gpm-dist/master/ && "C:\Program Files\National Instruments\NI Package Manager\nipkg.exe" install gpm-windows --update-feeds -y

Manual Install

  1. Launch NI Package Manager
  2. Enable the Settings»Show available packages and feed management tools checkbox
    Show Feeds Config
  3. Go to Settings»Feeds and click the Add button
    Add Feed
  4. Go to the Packages tab in the main NIPM window
  5. Find GPM in the list and click install!
    Install Hint: Filter by Mainainter»Moore Good Ideas Inc to find it easier.
Clone repository
  • GPM CLI
  • Home
  • Installation
  • cmd
    • import
    • install
    • publish
    • uninstall
    • update
More Pages

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.