Skip to content

Commit

Permalink
Update app launch doc for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
helderbetiol committed Dec 19, 2023
1 parent 0d4f7a8 commit b4abc9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions APP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ To quickly deploy a frontend and docker backend in SuperAdmin mode, just execute
.\launch.ps1
# Linux
./launch.sh
# MacOS
./launch.sh -m
```
For more options, check the documentation under `deploy/`.

Expand Down
6 changes: 4 additions & 2 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ To quickly deploy a frontend and docker backend in SuperAdmin mode, just execute
.\launch.ps1
# Linux
./launch.sh
# MacOS
./launch.sh -m
```

If a frontend was already created with a previous run of this script and has allocated the default port, add `-f` option to force run the new container, stopping the old one without removing it:
```console
# Windows (use PowerShell)
.\launch.ps1 -f
# Linux
# Linux (add also -m for macOS)
./launch.sh -f
```

Expand All @@ -75,6 +77,6 @@ The default is to launch the webapp on port 8080 and backend on port 8082. To se
```console
# Windows (use PowerShell)
.\launch.ps1 -portWeb XXXX -portBack YYYY
# Linux
# Linux (add also -m for macOS)
./launch.sh -w XXXX -b YYYY
```

0 comments on commit b4abc9d

Please sign in to comment.