https://github.com/statamic/check
Statamic's check-file. Checks to see if a server is capable of running Statamic or not.
https://github.com/statamic/check
Last synced: 8 months ago
JSON representation
Statamic's check-file. Checks to see if a server is capable of running Statamic or not.
- Host: GitHub
- URL: https://github.com/statamic/check
- Owner: statamic
- Created: 2013-03-04T16:47:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T13:50:04.000Z (over 9 years ago)
- Last Synced: 2025-03-22T04:41:27.962Z (9 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 19
- Watchers: 13
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Statamic Server Check Tool 
Determine if your server can run Statamic v1, as well as give you some basic information about your server.
## How to use this
Upload `check.php` to your web server's document root, and then visit `check.php` in a web browser.
This page should tell you everything that you need to know about if you can run Statamic or not.
*Note: just because your server passes the check doesn't guarantee it will run Statamic, there are always edge cases and oddly configured hosts that may throw a curve ball. Conversely, some things are hard to detect when running PHP as CGI, meaning that a failure also doesn't mean it won't run. This is just a good benchmark.*