Skip to content

CODESIGN2/func_phptest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

func_phptest

OpenFaaS PHP7 CLI Test

git clone https://github.com/CODESIGN2/func_phptest

create file func_phptest.yml with the following contents (replacing http://192.168.0.16:8000 with your gateway IP & port)

provider:
  name: faas
  gateway: http://192.168.0.16:8080
functions:
  func_phptest:
    lang: Dockerfile
    handler: ./func_phptest
    image: func_phptest

run faas-cli build -f func_phptest.yml followed by faas-cli deploy -f func_phptest.yml

Releases

No releases published

Packages

No packages published

Languages