-
Notifications
You must be signed in to change notification settings - Fork 0
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
Jean-François Lamy
committed
Aug 15, 2024
1 parent
dd9ed4f
commit 24620d3
Showing
6 changed files
with
20 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
The production build and deploy of this application is done using the fly CLI. | ||
|
||
- `fly auth login` to select the account to which deployment will take place | ||
- edit `deploy.sh` to confirm the application name | ||
- if `--local-only` is present, start local Docker | ||
- for a remote build, remove `--local-only` | ||
|
||
- run `deploy.sh` | ||
- fly will notice the presence of a Dockerfile | ||
- fly will use the Docker file to build the application on a remote docker serve | ||
- fly will deploy the application under the name indicated in deploy.sh | ||
|
||
For development, the application is like all the other owlcms apps, but must run on Linux | ||
|
||
- If running on Windows, open VS Code. At the bottom left, choose the option to run code remotely on WSL | ||
The production build and deploy of this application is done using the fly CLI. | ||
|
||
- `fly auth login` to select the account to which deployment will take place | ||
- edit `deploy.sh` to confirm the application name | ||
- if `--local-only` is present, start local Docker | ||
- for a remote build, remove `--local-only` | ||
|
||
- run `deploy.sh` | ||
- fly will notice the presence of a Dockerfile | ||
- fly will use the Docker file to build the application on a remote docker serve | ||
- fly will deploy the application under the name indicated in deploy.sh | ||
|
||
For development, the application is like all the other owlcms apps, but must run on Linux | ||
|
||
- If running on Windows, open VS Code. At the bottom left, choose the option to run code remotely on WSL | ||
- Run the `app.owlcms.fly.Main` class. |
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.
File renamed without changes.
File renamed without changes.
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