forked from blavenie/ionic4-starter-app
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
115 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Development Environment Setup | ||
|
||
> Look at the up-to-date documentation at: https://gitlab.ifremer.fr/sih-public/sumaris/sumaris-doc/-/tree/master/architecture/app | ||
## Prerequisites | ||
### Generate an SSH key | ||
On Windows, in a Git Bash terminal: | ||
`ssh-keygen -t ed25519 -C "[email protected]"` | ||
|
||
Then, add the public key to GitHub (account settings: https://github.com/settings/keys) and add an SSH key by copying the contents of the file ~/.ssh/id_ed25519.pub. | ||
|
||
### Install Node JS | ||
Windows: | ||
- <https://nodejs.org/dist/v16.17.0/node-v16.17.0-x64.msi> | ||
- or <https://nodejs.org/dist/v16.17.0/node-v16.17.0-win-x64.zip> | ||
|
||
Linux: | ||
- <https://nodejs.org/dist/v16.17.0/node-v16.17.0-linux-x64.tar.xz> | ||
|
||
## Compile and launch | ||
Clone the project from git: | ||
- `git clone https://gitlab.ifremer.fr/sih/sumaris/sumaris-app.git` | ||
|
||
Then, in the sumaris-app project, run these commands: | ||
- `npm install` | ||
- `npm run start` | ||
- Once the pod starts, you can connect at <http://localhost:4200> (as [email protected]/admin) by selecting the network node <http://localhost:8080> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ngx-sumaris-components
updated
from 2f63e0 to 4644e5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "sumaris-app", | ||
"description": "SUMARiS app", | ||
"version": "2.6.1", | ||
"version": "2.7.0", | ||
"author": "[email protected]", | ||
"license": "AGPL-3.0", | ||
"readmeFilename": "README.md", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.