File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ Of course this comes with other advantages, but the first focus point is making
2121
2222## Prerequisites
2323
24- - Maven 3.8.5 & Java 17
25- - AWS free tier account
26- - Docker - for running LocalStack
27- - Terraform (+ Python pip for tflocal) for creating AWS & LocalStack resources
28- - npm - for running the frontend app
24+ - [ Maven 3.8.5] ( https://maven.apache.org/install.html ) & [ Java 17] ( https://www.java.com/en/download/help/download_options.html )
25+ - [ AWS free tier account] ( https://aws.amazon.com/free/ )
26+ - [ LocalStack] ( https://localstack.cloud/ )
27+ - [ Docker] ( https://docs.docker.com/get-docker/ ) - for running LocalStack
28+ - [ Terraform] ( https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli ) (+ Python pip for [ tflocal] ( https://pypi.org/project/terraform-local/ ) ) for creating AWS & LocalStack resources
29+ - [ npm] ( https://docs.npmjs.com/downloading-and-installing-node-js-and-npm ) - for running the frontend app
2930
3031#### What it does
3132
@@ -145,7 +146,7 @@ Current available actions using the GUI:
145146Files that are not pictures will be deleted
146147and the shipment picture will be replaced with a generic icon, because we don't want any trouble.
147148
148- ## Developer environment (Running on LocalStack
149+ ## Developer environment (Running on LocalStack)
149150
150151
151152To switch to using LocalStack instead of AWS services just run ` docker compose up ` in the root
You can’t perform that action at this time.
0 commit comments