IBM-Swift / swift-buildpack

IBM Cloud buildpack for Swift
BSD 3-Clause "New" or "Revised" License
32 stars 31 forks source link

Explore possibility of using the command attribute in manifest.yml. #28

Closed rolivieri closed 8 years ago

rolivieri commented 8 years ago

Just completed verifying this. This is certainly a viable option for stating how to execute the Swift application once it is provisioned. Details about the test conducted:

Application was successfully provisioned and started on Bluemix.

In addition to testing with Kitura-Starter-Bluemix, we also tested with the swift-helloworld app (estado branch):

Using the above command instead of the Procfile also worked as successfully.

We will update our README accordingly.

rolivieri commented 8 years ago

README updated accordingly (master and develop branches).