0 votes
in SilverStripe by
List web server software requirements for installing SilverStripe CMS ?

1 Answer

0 votes
by

The web server software requirements for installing SilverStripe CMS are:

  • PHP >=7.1.
  • PHP extensions: ctype , dom , fileinfo , hash , intl , mbstring , session , simplexml , tokenizer , xml.
  • PHP configuration: memory_limit with at least 48M.
  • PHP extension for image manipulation: Either gd or imagick.
  • PHP extension for a database connector (e.g. pdo or mysqli )

 

...