Skip to content

tohenk/php-dpfb-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Run This Demo

  • Clone this project
  • Get composer and install dependencies
php composer.phar install
  • Update sub module

To update sub module, issue this command only once:

git submodule update --init --merge --remote -- www/cdn

Otherwise, do this to update the sub module ever since:

git submodule update --merge --remote -- www/cdn
  • Run PHP internal web server
php -S localhost:80 -t www
  • Browse the demo at localhost:80

About

Digital Persona Fingerprint Bridge Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published