5/08/2024

Casco Gialle

 Casco Gialle

============

Request

1. Install Java 21 from https://adoptium.net/  -> Eclipse Temurin with admin rights.

2. Install Maven from Maven – Download Apache Maven   

3. Install IntelliJ from Download IntelliJ IDEA – The Leading Java and Kotlin IDE (jetbrains.com)

4. (Optional) Install GrallVM from GraalVM 

5. Docker from Docker: Accelerated Container Application Development

  or Podman from Getting Started with Podman | Podman

6. Install db viewers :  DBeaverPGAdminPostico (Mac)

7. Install Git Git - Downloading Package (git-scm.com)

8. Install database postgresql from EDB: Open-Source, Enterprise Postgres Database Management (enterprisedb.com)

8. minikubre Welcome! | minikube (k8s.io)


Create app in quarkus from Quarkus - Start coding with code.quarkus.io



On the Intelij we need to install the following plugins:



podman machine set --rootful=true

podman machine start

podman run -ti --rm --volume access-data:/var/lib/postgresql/data -e POSTGRES_DB=postDB -e POSTGRES_USER=postUser -e POSTGRES_PASSWORD=postPass -p 5432:5432 -d postgres 


podman run -ti --rm -e PGADMIN_DEFAULT_EMAIL=admin@adminman.com -e PGADMIN_DEFAULT_PASSWORD=postPass -e PGADMIN_LISTEN_PORT=8080 -p 8081:8080 -d docker.io/dpage/pgadmin4 


podman network inspect podman

Niciun comentariu:

QUARKUS & GraphQL

 QUARKUS & GraphQL https://www.geeksforgeeks.org/graphql-tutorial/ https://quarkus.io/guides/smallrye-graphql-client https://www.mastert...