log('Extracting resources...'); $this->createDirectory($rootPath); $this->extractResources($phar, $rootPath); $this->log('Extracted resources.'); // Apply transforms $this->log('Applying transforms...'); $this->applyTransforms($rootPath, $options); $this->log('Applied transforms.'); // Show "to do" message $contentRoot = realpath($rootPath . '/PhpOnAzure.Web'); echo "\r\n"; echo "Note: before packaging your application, please copy your application code to $contentRoot"; } }