Skip to content

huhlig/rust-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudFoundry Rust Buildpack

License

Simple Buildpack designed to deploy Rust WebApplication Servers to CloudFoundry. Rust is kept up to date via rustup. Artifacts installed in ~/app/bin/ and by default attempts to execute ~/app/bin/<Cargo.toml/package/name>

Getting it onto your Cloud Foundry

$ pwd
/home/ibm/projects/rust-buildpack

$ buildpack-packager --cached 
Cached buildpack created and saved as /home/ibm/projects/rust-buildpack/rust_buildpack-cached-v0.0.1.zip with a size of 8.0K

$ cf create-buildpack rust-buildpack rust_buildpack-v0.0.1.zip 1
Creating buildpack rust-buildpack...
OK

Uploading buildpack rust-buildpack...
Done uploading
OK

About

Simple Buildpack designed to deploy Rust WebApplication Servers to CloudFoundry.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors