Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try in Red Hat DevSpaces #449

Open
wants to merge 42 commits into
base: main
Choose a base branch
from

Conversation

maximilianoPizarro
Copy link

@maximilianoPizarro maximilianoPizarro commented Sep 5, 2024

Using Developer Sandbox

Taking a look at the Video Demo

  1. Login with your Red Hat Account. https://console.redhat.com/openshift/sandbox. Launch "OpenShift Dev Spaces".

  1. Import from Git and Open Terminal

  1. Update application-dev.yml file, database seccion using your NAMESPACE value.
#    url: jdbc:mariadb://mariadb.<NAMESPACE>.svc.cluster.local:3306/jhipsteronline
#    username: jhipster
#    password: jhipster
  1. Run the database:
oc apply -f src/main/kubernetes/mysql.yaml
  1. Install and run the front-end:
yarn install && yarn start
  1. Run the back-end in other terminal:
./mvnw -Pdev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant