You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,33 @@ is used to denote commands that should be run using your virtual environment.
43
43
44
44
The quickanalysis server should now be accessible from <http://127.0.0.1:5000>!
45
45
46
+
## Deployment
47
+
48
+
Deploy the application using the elastic beanstalk cli.
49
+
This should already be installed in your virtual environment (see Local Development above).
50
+
Additionally, ensure that you have aws credentials configured on your machine.
51
+
52
+
### Initialize the CLI
53
+
54
+
If this is a new environment, initialize elastic beanstalk with `$ eb init`.
55
+
56
+
Select the region `us-east-1`, select the `quickanalysis` application, select `no` for CodeCommit.
57
+
58
+
We currently use a single dev environment for this application. With `$ eb list`, verify that `quickanalysis-dev` is selected.
59
+
60
+
### Deploy
61
+
62
+
With cli initialized and configured, we can deploy by running `$ eb deploy`.
63
+
64
+
For more information on using the eb cli, please refer to the [aws documentation](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3.html).
65
+
66
+
## Monitoring and Debugging
67
+
68
+
Monitoring and debugging are both possible through the elastic beanstalk console.
69
+
You can navigate to the console on your own, or with the eb cli by running `$ eb console`.
70
+
71
+
Logs can also be retrieved directly in your terminal with `$ eb logs`.
72
+
46
73
## API Endpoints
47
74
48
75
This server is accessible at http://quickanalysis.photonranch.org/.
0 commit comments