This commit is contained in:
tanner0101 2018-05-04 21:37:51 -04:00
parent 38b385c805
commit bebca48542
3 changed files with 9 additions and 18 deletions

View File

@ -2093,14 +2093,10 @@ This guide will take you step by step through creating a new project, building,
<p>The first step is to create a new Vapor project on your computer.
For this guide, we will call the project <code>Hello</code>.</p>
<p>Open up your terminal, and use <a href="../toolbox/#new">Vapor Toolbox's <code>new</code></a> command.</p>
<div class="codehilite"><pre><span></span>vapor new Hello --branch<span class="o">=</span>beta
<div class="codehilite"><pre><span></span>vapor new Hello
</pre></div>
<div class="admonition beta">
<p class="admonition-title">Beta</p>
<p>At the time of this writing, Vapor 3 is not officially released. You can omit the <code>--branch=beta</code> flag once <a href="https://github.com/vapor/vapor/releases/tag/3.0.0">3.0.0</a> is released.</p>
</div>
<p>Once that finishes, change into the newly created directory.</p>
<div class="codehilite"><pre><span></span><span class="nb">cd</span> Hello
</pre></div>

View File

@ -137,7 +137,7 @@
},
{
"location": "/getting-started/hello-world/",
"text": "Hello, world\n\n\nNow that you've installed Vapor, let's create your first Vapor app!\nThis guide will take you step by step through creating a new project, building, and running it.\n\n\nNew Project\n\n\nThe first step is to create a new Vapor project on your computer.\nFor this guide, we will call the project \nHello\n.\n\n\nOpen up your terminal, and use \nVapor Toolbox's \nnew\n command.\n\n\nvapor new Hello --branch\n=\nbeta\n\n\n\n\n\n\n\nBeta\n\n\nAt the time of this writing, Vapor 3 is not officially released. You can omit the \n--branch=beta\n flag once \n3.0.0\n is released.\n\n\n\n\nOnce that finishes, change into the newly created directory.\n\n\ncd\n Hello\n\n\n\n\n\nGenerate Xcode Project\n\n\nLet's now use the \nVapor Toolbox's \nxcode\n command to generate an Xcode project.\nThis will allow us to build and run our app from inside of Xcode, just like an iOS app.\n\n\nvapor xcode\n\n\n\n\n\nThe toolbox will ask you if you'd like to open Xcode automatically, select \nyes\n.\n\n\nBuild \n Run\n\n\nYou should now have Xcode open and running. Select the \nrun scheme\n from the scheme menu,\nthen click the play button.\n\n\nYou should see the terminal pop up at the bottom of the screen.\n\n\nServer starting on http://localhost:8080\n\n\n\n\n\nVisit Localhost\n\n\nOpen your web browser, and visit \nlocalhost:8080/hello \n\n\nYou should see the following page.\n\n\nHello, world!\n\n\n\n\n\nCongratulations on creating, building, and running your first Vapor app! \ud83c\udf89",
"text": "Hello, world\n\n\nNow that you've installed Vapor, let's create your first Vapor app!\nThis guide will take you step by step through creating a new project, building, and running it.\n\n\nNew Project\n\n\nThe first step is to create a new Vapor project on your computer.\nFor this guide, we will call the project \nHello\n.\n\n\nOpen up your terminal, and use \nVapor Toolbox's \nnew\n command.\n\n\nvapor new Hello\n\n\n\n\n\nOnce that finishes, change into the newly created directory.\n\n\ncd\n Hello\n\n\n\n\n\nGenerate Xcode Project\n\n\nLet's now use the \nVapor Toolbox's \nxcode\n command to generate an Xcode project.\nThis will allow us to build and run our app from inside of Xcode, just like an iOS app.\n\n\nvapor xcode\n\n\n\n\n\nThe toolbox will ask you if you'd like to open Xcode automatically, select \nyes\n.\n\n\nBuild \n Run\n\n\nYou should now have Xcode open and running. Select the \nrun scheme\n from the scheme menu,\nthen click the play button.\n\n\nYou should see the terminal pop up at the bottom of the screen.\n\n\nServer starting on http://localhost:8080\n\n\n\n\n\nVisit Localhost\n\n\nOpen your web browser, and visit \nlocalhost:8080/hello \n\n\nYou should see the following page.\n\n\nHello, world!\n\n\n\n\n\nCongratulations on creating, building, and running your first Vapor app! \ud83c\udf89",
"title": "Hello, world"
},
{
@ -147,7 +147,7 @@
},
{
"location": "/getting-started/hello-world/#new-project",
"text": "The first step is to create a new Vapor project on your computer.\nFor this guide, we will call the project Hello . Open up your terminal, and use Vapor Toolbox's new command. vapor new Hello --branch = beta Beta At the time of this writing, Vapor 3 is not officially released. You can omit the --branch=beta flag once 3.0.0 is released. Once that finishes, change into the newly created directory. cd Hello",
"text": "The first step is to create a new Vapor project on your computer.\nFor this guide, we will call the project Hello . Open up your terminal, and use Vapor Toolbox's new command. vapor new Hello Once that finishes, change into the newly created directory. cd Hello",
"title": "New Project"
},
{
@ -2787,12 +2787,12 @@
},
{
"location": "/version/support/",
"text": "Version Support\n\n\n\n\nVapor 3.0 is currently in beta.\n\n\nVapor 2.0 is currently active.\n\n\nVapor 1.5 is being maintained until November 2017.\n\n\n\n\nWarning\n\n\nDashed blocks and lines represent the team's goals and are not yet guaranteed. \nVapor 3's release and the beginning of Vapor 2's maintenance phase have not yet been decided.\n\n\n\n\nCore\n\n\nAll packages in the \nVapor GitHub\n are maintained according to the following rules.\n\n\nActive\n\n\nWhile a version is active, reported security issues and bugs are fixed.\n\n\nAdditionally, new features and optimizations may be added. If new API is added, the minor version number will be incremented. At no point can existing API be removed or broken during an active version. Semver is strictly followed and tested.\n\n\nMaintenance\n\n\nWhen a new version of Vapor is released, the previous version will enter a maintenance phase which lasts for six months. During this phase, critical security issues and bugs will be fixed. No new features will be added.\n\n\n\n\nNote\n\n\nOnly the latest minor version will be maintained.\n\n\n\n\nUnstable\n\n\nThe master branch is the latest development version of Vapor and is constantly changing. Before a new version of Vapor is released, there may be unstable alpha and beta phases in which you are welcome to test and provide feedback on the changes.\n\n\nCommunity\n\n\nAll packages in the \nVapor Community GitHub\n are maintained in strict accordance of semver. Violations of semver should be reported as issues to the offending package's GitHub page.",
"text": "Version Support\n\n\n\n\nVapor 3.0 is currently active.\n\n\nVapor 2.4 is being maintained until November 2018.\n\n\nVapor 1.5 is no longer maintained (ended November 2017).\n\n\nCore\n\n\nAll packages in the \nVapor GitHub\n are maintained according to the following rules.\n\n\nActive\n\n\nWhile a version is active, reported security issues and bugs are fixed.\n\n\nAdditionally, new features and optimizations may be added. If new API is added, the minor version number will be incremented. At no point can existing API be removed or broken during an active version. Semver is strictly followed and tested.\n\n\nMaintenance\n\n\nWhen a new version of Vapor is released, the previous version will enter a maintenance phase which lasts for six months. During this phase, critical security issues and bugs will be fixed. No new features will be added.\n\n\n\n\nNote\n\n\nOnly the latest minor version will be maintained.\n\n\n\n\nUnstable\n\n\nThe master branch is the latest development version of Vapor and is constantly changing. Before a new version of Vapor is released, there may be unstable alpha and beta phases in which you are welcome to test and provide feedback on the changes.\n\n\nCommunity\n\n\nAll packages in the \nVapor Community GitHub\n are maintained in strict accordance of semver. Violations of semver should be reported as issues to the offending package's GitHub page.",
"title": "Support"
},
{
"location": "/version/support/#version-support",
"text": "Vapor 3.0 is currently in beta. Vapor 2.0 is currently active. Vapor 1.5 is being maintained until November 2017. Warning Dashed blocks and lines represent the team's goals and are not yet guaranteed. \nVapor 3's release and the beginning of Vapor 2's maintenance phase have not yet been decided.",
"text": "Vapor 3.0 is currently active. Vapor 2.4 is being maintained until November 2018. Vapor 1.5 is no longer maintained (ended November 2017).",
"title": "Version Support"
},
{

View File

@ -2113,15 +2113,10 @@
<h1 id="version-support">Version Support<a class="headerlink" href="#version-support" title="Permanent link">&para;</a></h1>
<p><img alt="Support Matrix" src="https://cloud.githubusercontent.com/assets/1342803/26206235/24c6ebb4-3bdc-11e7-9cea-1405030f20b0.png" /></p>
<p>Vapor 3.0 is currently in beta.</p>
<p>Vapor 2.0 is currently active.</p>
<p>Vapor 1.5 is being maintained until November 2017.</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Dashed blocks and lines represent the team's goals and are not yet guaranteed.
Vapor 3's release and the beginning of Vapor 2's maintenance phase have not yet been decided.</p>
</div>
<p><img alt="Support Matrix" src="https://user-images.githubusercontent.com/1342803/39658502-3a7f7c8e-4fe3-11e8-8551-d2c30d44ee05.png" /></p>
<p>Vapor 3.0 is currently active.</p>
<p>Vapor 2.4 is being maintained until November 2018.</p>
<p>Vapor 1.5 is no longer maintained (ended November 2017).</p>
<h2 id="core">Core<a class="headerlink" href="#core" title="Permanent link">&para;</a></h2>
<p>All packages in the <a href="https://github.com/vapor">Vapor GitHub</a> are maintained according to the following rules.</p>
<h3 id="active">Active<a class="headerlink" href="#active" title="Permanent link">&para;</a></h3>