data-dictionary icon indicating copy to clipboard operation
data-dictionary copied to clipboard

How to configure Data Dictionary on EC2

Open RedCloudDC opened this issue 4 years ago • 3 comments

@GavinRay97 sorry been looking through Discord and everywhere, simple issue. I've had this running on local machine no issues but our Hasura dev stack is now running on our AWS Linux VM (as Docker containers). I cannot get the react-app to come up via port 3000.

inbound port 3000 is ready in our security group I replaced "localhost" references in config.yaml with our ec2 url

any insight to get react-app working via hosted VM?

Screen Shot 2021-04-05 at 5 36 30 PM Screen Shot 2021-04-05 at 5 20 28 PM

RedCloudDC avatar Apr 06 '21 11:04 RedCloudDC

Heya @RedCloudDC

If you modify the package.json start/dev script to pass the option -H 0.0.0.0 does it work?

Like next start -H 0.0.0.0 or next dev -H 0.0.0.0

GavinRay97 avatar Apr 06 '21 13:04 GavinRay97

@GavinRay97 - made the change. Same issue, I cannot get a hosted VM version of the DD to come up for me.

datadictionary-screen

RedCloudDC avatar Apr 06 '21 18:04 RedCloudDC

@GavinRay97 Can I hook Data Dictionary up to my Alpha 7 H+PG? the -H 0.0.0.0 option made no diff still not coming up (local install works fine)

image

RedCloudDC avatar Apr 08 '21 17:04 RedCloudDC