Skip to content

Added globally installation #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>Codeception Quickstart Guide</h1>
<b>phar</b> archive to the root of your web application.&nbsp;</p>
<a class="btn btn-lg btn-success" href="/thanks" target="_blank">Download Codeception</a>

<p class="text-muted">alternatively download it from console</p>
<p class="text-muted">Alternatively download it from console</p>
<div>
<pre><code>wget http://codeception.com/codecept.phar</code></pre>
</div>
Expand All @@ -35,9 +35,17 @@ <h1>Codeception Quickstart Guide</h1>

<pre><code>php composer.phar require "codeception/codeception:*"</code></pre>

<p>Use <code>./vendor/bin/codecept</code> instead of codecept.phar in this tutorial.</p>
<p>Use <code>./vendor/bin/codecept</code> instead of codecept.phar in this case.</p>

</div>
<div class="col-sm-6 col-lg-6">
Install Globally

<pre><code>sudo curl -LsS http://codeception.com/codecept.phar -o /usr/local/bin/codecept</code></pre>
<pre><code>sudo chmod a+x /usr/local/bin/codecept</code></pre>
<p>Use <code>codecept</code> instead of codecept.phar in this case.</p>

</div>
</div>


Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy