mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 16:39:59 -04:00
| .. | ||
| README.md | ||
| sdk_compatibility.inc.php | ||
| sdk_compatibility_test.php | ||
| sdk_compatibility_test_cli.php | ||
Compatibility Test
Via your web browser
-
Upload
sdk_compatibility_test.phpto the web-accessible root of your website. For example, if your website iswww.example.com, upload it so that you can get to it atwww.example.com/sdk_compatibility_test.php -
Open your web browser and go to the page you just uploaded.
Via the command line
Windows
-
Upload
sdk_compatibility_test_cli.phpto your server via SFTP. -
SSH/RDP into the machine, and find the directory where you uploaded the test.
-
Run the test, and review the results:
php .\sdk_compatibility_test_cli.php
Non-Windows (Mac or *nix)
-
Upload
sdk_compatibility_test_cli.phpto your server via SFTP. -
SSH into the machine, and find the directory where you uploaded the test.
-
Set the executable bit:
chmod +x ./sdk_compatibility_test_cli.php
-
Run the test, and review the results:
./sdk_compatibility_test_cli.php