You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,16 @@ install wheels-cli
40
40
41
41
Installing this module will add a number of commands to your default CommandBox installation. All of these commands are prefixed by the `wheels` name space. There are commands to create a brand new CFWheels application or scaffold out sections of your application. We'll see some of these commands in action momentarily.
42
42
43
+
### Start a new Application using the Wizard
44
+
45
+
To install a new application using the 3.0 Snapshot architecture, we can uise the new application wizard and select Bleeding Edge when promted to select the template to use.
46
+
47
+
{% tabs %}
48
+
{% tab title="CommandBox" %}
49
+
wheels new
50
+
{% endtab %}
51
+
{% endtabs %}
52
+
43
53
### Start a new Application
44
54
45
55
Now that we have CommandBox installed and extended it with the CFWheels CLI module, let's start our first CFWheels app from the command line. We'll look at the simplest method for creating a CFWheels app and starting our development server.
0 commit comments