New Project Dialog: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
(Created page with "file:NewProjectDialog.png <br /> The information on this screen is used to deploy your app to a server, other than the App Studio test server (nsbapp.com). For more inform...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[file:NewProjectDialog.png]] <br />
[[File:NewProjectDialog.png]]
The information on this screen is used to deploy your app to a server, other than the App Studio test server (nsbapp.com). For more information on deploying, see [[Testing and Deploying]] and [[Distributing_your_App|Tech Note 05, “Distributing your App”]]. <br />
<br />
 
This dialog appears when you create a new project. It requests the following information:
 
{| class = "wikitable"
{| class = "wikitable"
|-
|-
| Deployment Location ||  
| Project File ||  
* Deploy to App Studio test server: This is the default and will work without any extra setup. It is intended for testing only: do not rely on the app being available there forever. No PHP. This is the only option during the demo.
This is the location to save the project. While it is possible to have multiple projects in the same folder, unless they are unrelated, it is best to create a new folder for a new project.
* Deploy to server listed below: This is the most powerful and permanent solution. It involves getting a website of your own with the appropriate settings. Pay special attention to [[Distributing_your_App|Tech Note 05]]: there are some specific things that need to be set up on the server for it to work properly.
* Deploy to a local or Dropbox public server: Apps deploy and run well using your DropBox Public folder. Just give people the public link to the index.html file for your app, or you can set up a local server on your own system. This is good for testing, but not usually very good for outside users who want to run your app. Deploy to Local Server can also be used to copy your files to a PhoneGap SDK www folder.
|-
| Server || The name of the server. For example, nsbasic.com.
|-
| Path || The directory to install to on the server. This can be blank. If the directory does not exist, it is created.
|-
| Username || The user name used to ftp into your site.
|-
| Password || The password used to ftp into your site.
|-
| Local Path || The path on your local system to depoy to.
|-
|-
| PhoneGap Email || The name of your PhoneGap Build account.
| Language || The default language to use in [[Code Window|Code Windows]].  
|-
|-
| PhoneGap Password ||The password of your PhoneGap Build account.
| Form Size || The default form size for new forms. Other form sizes can also be used by editing the [[form|form's]] properties.
|}
|}


Next: [[Build_Native_App|Build Native App]]
Next: [[Open Sample Dialog]]

Latest revision as of 14:52, 7 April 2013


This dialog appears when you create a new project. It requests the following information:

Project File

This is the location to save the project. While it is possible to have multiple projects in the same folder, unless they are unrelated, it is best to create a new folder for a new project.

Language The default language to use in Code Windows.
Form Size The default form size for new forms. Other form sizes can also be used by editing the form's properties.

Next: Open Sample Dialog