Skip to content

Commit

Permalink
Merge pull request #234 from ngageoint/update-readme
Browse files Browse the repository at this point in the history
update the instance dependency install instructions
  • Loading branch information
cwerthomni authored Nov 25, 2024
2 parents dd74faf + f24ad44 commit 6030daf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,15 @@ npm run build
After building the core packages, install them as dependencies in the `instance` package.
```bash
cd instance
npm i
```

In the case that the dev dependencies need to be over ridden (eg nga-msi plugin)
```bash
cd instance
npm i --omit dev ../service ../web-app/dist ../plugins/nga-msi
```

The project's root [`package.json`](./package.json) provides some convenience script entries to install, build, and run
the MAGE server components, however, those are deprecated and will likely go away after migrating to NPM 7+'s
[workspaces](https://docs.npmjs.com/cli/v8/using-npm/workspaces) feature.
Expand Down

0 comments on commit 6030daf

Please sign in to comment.