| Server IP : 35.236.43.222 / Your IP : 216.73.216.143 Web Server : Apache System : Linux order-form-vm-001 5.10.0-37-cloud-amd64 #1 SMP Debian 5.10.247-1 (2025-12-11) x86_64 User : deploy ( 1002) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/google-cloud-sdk/platform/ext-runtime/ruby/ |
Upload File : |
Ruby Externalized Runtime ============================ This is the Ruby runtime definition that is used by gcloud to generate Dockerfiles for GAE. How to Run Tests ============================ In order to test your runtime changes you will need to run the following commands. ``` $ sudo apt-get install python-pip $ sudo pip install virtualenv $ cd $CODE_DIRECTORY $ git clone $GIT_HOST/ext-runtime-sdk $ virtualenv test_env $ . test_env/bin/activate (test_env)$ pip install ext-runtime-sdk/ (test_env)$ pip install PyYaml appengine-config-transformer (test_env)$ cd gae-xrt-ruby (test_env)$ python test/runtime_test.py ```