Skip to content

Commit

Permalink
#464 Update installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Jun 12, 2024
1 parent 9785a64 commit dadeb60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ See the [configuration documentation](https://nasa-ammos.github.io/MMGIS/configu

1. Run `npm run build` to bundle up the code (first time or if there are any changes)

1. Go into /configure and run `npm install` followed by `npm run build` to build the beta configuration site.

1. Go back to the root `/` directory

1. Run `npm run start:prod`

1. Setup the admin account:
Expand Down
4 changes: 4 additions & 0 deletions docs/pages/Setup/Installation/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ See the [configuration documentation](https://nasa-ammos.github.io/MMGIS/configu

1. Run `npm run build` to bundle up the code (first time or if there are any changes)

1. Go into /configure and run `npm install` followed by `npm run build` to build the beta configuration site.

1. Go back to the root `/` directory

1. Run `npm run start:prod`

1. Setup the admin account:
Expand Down

0 comments on commit dadeb60

Please sign in to comment.