I am sure you already know this, but others may not. You can combine the git submodule init and git submodule update commands and just run: git submodule update --init. You can also just use the --recursive flag on the initial clone and it will init and update the submodules automatically.
I am sure you already know this, but others may not. You can combine the
git submodule init
andgit submodule update
commands and just run:git submodule update --init
. You can also just use the--recursive
flag on the initial clone and it will init and update the submodules automatically.Github has explicit instructions on how to do this right in the pull request.
Yes, Passenger supports Streaming both on Apache and Nginx
Yes, Passenger supports Streaming both on Apache and Nginx.