You can use the cockpit to deploy a new application in the Cloud Foundry environment.
-
In your Cloud Foundry subaccount, navigate to the space where you would like to deploy your application.
-
On the Applications page, choose Deploy Application.
-
Choose the location of the file which contains your application.
-
(Optional) If you would like to use a manifest, choose the location of your
manifest.yml
file. -
(Optional) If you don't want to use a manifest, untick the Use Manifest box and enter the application details.
-
Enter a name for your application.
-
(Optional) Edit the amount of memory and disk space available to each instance of your app, as well as the number of instances.
The amount of memory per instance that you assign, in this step or in the
manifest.yml
file during deployment, is the value that is metered when using the Cloud Foundry runtime service. For more information, see the examples in Monitoring and Troubleshooting.By default, each instance of a new app is assigned 1024 MB of memory and 512 MB of disk space, and each app starts with 1 instance. If you require more or less resources, edit the prefilled fields in the form to suit your needs.
-
(Optional) If you don't need a route for your app, tick the No Route box.
-
(Optional) If you would like to create a route for your app, leave the No Route box unticked and choose a host name (if different than your app name) and a domain for your app.
When you enter an app name, the Host field is automatically filled with the same name. You can make changes to it or leave it as is. After deciding on a host and domain, you can see a preview of your final application route at the bottom of the form.
-
-
Choose Deploy.
The file containing your new application is uploaded and your application is deployed.
Related Information