How To : Deploying Your Application
Page Status: Beta
Contents |
[edit] Description
This document describes how to deploy an application.[edit] Prerequisites
Understanding Application Posting and Deploying
[edit] Procedure
To deploy an application (this procedure assumes you have an existing solution to deploy):
- Add an AppProject to the solution.
- Add a Page to the AppProject (a solution must contain at least one page before it can be deployed).
- Drag the application's main form onto the page (you may need to edit the page first to accommodate the form).
- Set the Main Page for Application property.
- In the Solution Explorer, select the AppProject.
- In the Property Editor, click the ellipsis button for the Main Page for Application property.
- In the dialog box that's displayed, expand the AppProject and select the main page for the application.
- Check in the solution. All elements of the solution must be checked in before you can deploy it. The status of each element is indicated by a symbol to the right of the icon:
- Nothing indicates the item is checked in and up-to-date.
- A green plus (+) indicates the item has not been checked in.
- A green check mark indicates the item is checked out by you.
- A yellow triangle means your copy is out of date--a sync is required.
- A red check mark indicates the item is checked out by someone else.
- Posting the application.
- At the top of Bungee Builder, click the Staging tab.
- Under Depot, expand the DesignGroup that contains your application, then select AppProject: your app name.
- Click Post.
- In the dialog that's displayed,
- in Application Name, type a name for the application.
- In Version, type a version number for the posted application (such as 1.0).
- Click OK.
- Deploy the application.
- Under Production, expand the DesignGroup that contains your application, expand the AppProject, then select the version of the application you want to deploy.
- Click Deploy.
- In the dialog box that's displayed, do the following:
- Assign a name and version number to the deployed application (by default, the name and version number you assigned when you posted the application is used).
- Manage the URL
- If you would like to use the long Bungee URL, leave the URL field as is. If you would like to use a URL managed by you, enter that URL here (e.g., bungee.mydomain.com, www.mydomain.com, mydomain.com/bungee, etc.).
- If you would like to use a URL managed by you for deployment, update the DNS for the domain with a C-Name record that points to run.bungeelabs.com. See Managing a Deployed Application for more information
- Click OK.
[edit] Next Steps
See Tutorial: Hello Bungee Connect, Part 2 - Build and Deploy Your Application
[edit] Tags
Categories: HOW TO | Deploy | Posting