An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Statamic Server Check Tool ![Statamic v1](https://img.shields.io/badge/statamic-v1-lightgrey.svg?style=flat-square)

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.*