TextField is a Flat-File CMS, which (in this case) means that TextField uses files in the JSON format to store the content. You don't need to install or configure a database; you only need a web server with PHP support.

Requirements
  • PHP 7 or higher.
  • PHP mbstring module for full UTF-8 support.
  • PHP gd module for image processing.
  • PHP dom module for DOM manipulation.
  • PHP json module for JSON manipulation.
  • Apache with module mod_rewrite
  • Lighttpd with module mod_rewrite