I am using Meteor for constructing my web platform. I noticed that in the output, in <>/programs/server/ there is a script called "start.sh" . If i run this script with the necessary variables set (a writable dependencies directory, ROOT_URL, MONGO_URL) it will download all platform-specific dependencies by itself inside the dependencies directory, and it will start the server, which is exactly what I was looking for.
My question is:
Why isn't this mentioned in the official documentation since it actually solves the hands of developers when deploying? Am I doing something wrong when not following the official doc?