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
It works pretty good on local
I want to deploy it as a server, so that I can get recent data as I want
What are the steps to do that?
mvn, java environment variables and so on
The text was updated successfully, but these errors were encountered:
My server is laravel and runs on gcp vm.
We installed jdk8 on gcp, and moved grib2json.cmd and grib2json.jar to /usr/local/bin, so that the vm can use the command.
If you navigate the grib2json in node_modules, you can find those files
The third parameter is to set the environment variable when run the grib2json command.
Note that as I run it on laravel, I didn't use npm grib2json directly
It works pretty good on local
I want to deploy it as a server, so that I can get recent data as I want
What are the steps to do that?
mvn, java environment variables and so on
The text was updated successfully, but these errors were encountered: