Closed jakubMitura14 closed 3 months ago
As far as I understand how GAE works, the application needs to work as JEE servlet. So you have to prepare Ktor application for the servlet engine. I would start with plain Ktor project using the following references: https://ktor.io/servers/deploy/hosting/google-app-engine.html https://github.com/ktorio/ktor-samples/tree/master/deployment/google-appengine-standard https://cloud.google.com/community/tutorials/kotlin-ktor-app-engine-java8
When you will have it working, try to add KVision. But unfortunately I'm not even sure KVision can work with Ktor running on servlet engine. Also remember that KVision build process needs npm environment. I'm not sure how to make it available with GAE (on Heroku it's done by adding both nodejs and gradle buildpacks at the same time).
Please let me know if you succeed with GAE :-)
To specify the Google app engine was installed on system and the template before I tried to mess with GAE worked well, ok If I will manage it I will publish the results, in the meantime maybe I am blind but Is there heroku walkthrough?
There is no guide, but at least it's tested :-)
The example applications include ready to use Procfile
https://github.com/rjaros/kvision-examples/blob/master/encoder-fullstack-ktor/Procfile
More information can be found here: https://github.com/rjaros/kvision/issues/48
Hello I am trying to run full stack template on GAE but without success I would appriciate help what needs to be done
error
build gradle
settings gradle
gradle properties