-
Notifications
You must be signed in to change notification settings - Fork 42
Improve documentation: Redstone with GAE #49
Comments
To be honest, I didn't have the time yet to play with appengine, but in theory, you can easily use Redstone with it. The trick is that you can't call the
I will update this issue when I test it better, but let me know if this example works for you. |
Do you have to do anything special when deploying? |
@luizmineo BTW: it easier to simply call |
My bad, it's |
@luizmineo I was following the Wiki and it says to deploy/build with |
grinder is useful when you deploy your app to your own server. Services like heroku, appengine and dartvoid usually handles the build and deploy process for you, so you don't need a build script |
I also got an error using Grinder. After some debugging, I found that the error it throws is because it's trying to execute "pub" which it can't find. Any ideas? |
@digizen try to set the ``DART_SDK` environment variable and see if that helps |
No dice, the DART_SDK variable was already set to my Dart install folder. It's almost like the "pub" command isn't on the path, but this is also false - I can execute "pub" from the command line. I wonder where Grinder searches for files to execute, and if there's any way to tell it the location of "pub"? |
Can you use Redstone in Google App Engine? If so, can you give me a "Hello World" example to start using it?
The text was updated successfully, but these errors were encountered: