cloud - How to deploy a sample Mule project on PCF? -
i want deploy mule project pcf . i referred mulesoft documentation. fails provide me clear understanding. don't want use anypoint platform deploy directly pcf web services using cloud foundry.
and there specific mule buildpack?(like java,go etc.)
thanks help, in advance
there community buildpacks anypoint applications mule runtime, e.g. https://github.com/jdeoliveira/mule-cf-java-buildpack
in broad terms, open command line , navigate build artefact folder. there run cf push , specify location of buildpack.
e.g
# cf login credentials cf push mymuleapp -b https://github.com/jdeoliveira/mule-cf-java-buildpack.git this create droplet application , mule buildpack.
Comments
Post a Comment