Sign inSign up

progaming/registration-web

By progaming

Updated over 9 years ago

Registration backend

Image
0

216

progaming/registration-web repository overview

How to run locally

  • Download PHP from http://windows.php.net/download#php-7.1
  • Extract the zip and set system environment PATH to the folder
  • Go to PHP folder, duplicate php.ini-development as php.ini
  • Edit php.ini and uncomment extension=php_mysqli.dll
  • Set extension_dir in php.ini to {php folder}/ext
  • Change database config at application/config/database.php to match the target database
  • Run php -S localhost:8000 at the root of the app

Tag summary

Content type

Image

Digest

Size

86 MB

Last updated

over 9 years ago

docker pull progaming/registration-web