Skip to content

intel-rrozestw/elfpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

elfpack - minimal CloudFoundry BuildPack for running plain executables 


#### name executable file "app":

	$ cp ../some-static-executable ./app

        ###################

	Note: App has to listen on port number passed as 'PORT' env variable!
	
	###################

#### prepare manifest.yml:

	$ cat manifest.yml 
	---
	applications:
	- name: app
	  memory: 256M
	  instances: 1
	  host: somehost1
	  path: .
	  env:
	     CLIENT_ID: "app"
	
#### prepare Procfile:

	$ cat Procfile 
	web: ./app

#### deploy:

	cf push app -b https://github.com/intel-rrozestw/elfpack.git

About

Buildpack that runs ELF binary on Cloud Foundry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages