Requirements - snakeros/racd GitHub Wiki

ReactOS Apps Compatible Database need a web server that support php. You can use Xampp (windows) and Lamp Stack in Linux. Here the requirements:

  • Php 5.5 (better php 7)
  • Mysql 5

Modules of php:

  • curl
  • mcrypt
  • gd
  • pdo_mysql or pdo_sqlite

If you’re not sure what version of PHP you have, create a new file, and paste the following in at the top of the page:

<?php echo PHP_VERSION; // version.php This should print the version of PHP, which should be bigger than php 5.5

If you don't have the necessary requirements, you will have some issue..