Skip to content

Commit

Permalink
Merge pull request magento#2587 from chirag-wagento/patch-10
Browse files Browse the repository at this point in the history
Update install-quick-ref.md
  • Loading branch information
jeff-matthews authored Jul 23, 2018
2 parents 1b53b8f + bd40ea1 commit 0346f1a
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions guides/v2.1/install-gde/install-quick-ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ We've broken the installation process into three main parts: getting started, in
## Precondition: How advanced are you?
Do you know what a "terminal" application is? Do you know what operating system your server runs? Do you know what Apache is?

If not, see the <a href="{{ page.baseurl }}/install-gde/bk-install-guide.html">Installation overview</a>.
If not, see the [Installation overview]({{ page.baseurl }}/install-gde/bk-install-guide.html).

## Installation part 1: Getting started
1. See the [system requirements]({{ site.baseurl }}/magento-system-requirements.html).
2. If your system lacks any requirements, see the prerequisites documentation:

* <a href="{{ page.baseurl }}/install-gde/prereq/apache.html">Apache</a>
* <a href="{{ page.baseurl }}/install-gde/prereq/php-ubuntu.html">PHP (Ubuntu)</a>
* <a href="{{ page.baseurl }}/install-gde/prereq/php-centos.html">PHP (CentOS)</a>
* <a href="{{ page.baseurl }}/install-gde/prereq/mysql.html">MySQL</a>
3. Just as importantly, set up the <a href="{{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html">Magento file system owner</a> on the server.
* [Apache]({{ page.baseurl }}/install-gde/prereq/apache.html)
* [PHP (Ubuntu)]({{ page.baseurl }}/install-gde/prereq/php-ubuntu.html)
* [PHP (CentOS)]({{ page.baseurl }}/install-gde/prereq/php-centos.html)
* [MySQL]({{ page.baseurl }}/install-gde/prereq/mysql.html)
3. Just as importantly, set up the [Magento file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html) on the server.
4. Switch to the {% glossarytooltip 5e7de323-626b-4d1b-a7e5-c8d13a92c5d3 %}Magento file system owner{% endglossarytooltip %}.

### Get the Magento software
Expand All @@ -55,16 +55,15 @@ When all prerequisites have been met, get the Magento software using {% glossary
cd <web server docroot directory>
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition magento2

You're required to authenticate; see <a href="{{ page.baseurl }}/install-gde/prereq/connect-auth.html">Get your authentication keys</a> for details. This downloads Magento code only; it doesn't install the software for you.
You're required to authenticate; see [Get your authentication keys]({{ page.baseurl }}/install-gde/prereq/connect-auth.html) for details. This downloads Magento code only; it doesn't install the software for you.

<div class="bs-callout bs-callout-tip">
<p>Alternatively, you can also download a <a href="{{ page.baseurl }}/install-gde/install/get-software.html">Magento software archive</a>.</p>
</div>
{:.bs-callout .bs-callout-tip}
Alternatively, you can also download a [Magento software archive]({{ page.baseurl }}/install-gde/install/get-software.html).

{% include install/file-system-perms-before.md %}

## Installation part 2: Installing the Magento software
You can choose to install the Magento software using either a <a href="{{ page.baseurl }}/install-gde/install/web/install-web.html">web-based Setup Wizard</a> or using the <a href="{{ page.baseurl }}/install-gde/install/cli/install-cli.html">command line</a>.
You can choose to install the Magento software using either a [web-based Setup Wizard]({{ page.baseurl }}/install-gde/install/web/install-web.html) or using the [command line]({{ page.baseurl }}/install-gde/install/cli/install-cli.html).

#### Command line installation

Expand Down Expand Up @@ -96,7 +95,7 @@ The following example shows how to install using the command line with the follo
--admin-user=admin --admin-password=admin123 --language=en_US \
--currency=USD --timezone=America/Chicago --use-rewrites=1

Optionally switch to <a href="{{ page.baseurl }}/config-guide/cli/config-cli-subcommands-mode.html">developer mode</a>.
Optionally switch to [developer mode]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands-mode.html).

cd <your Magento install dir>/bin
php magento deploy:mode:set developer
Expand Down Expand Up @@ -160,5 +159,5 @@ To run the Web Setup Wizard:


## Installation part 3: Post-installation
* <a href="{{ page.baseurl }}/install-gde/install/verify.html">Verify the installation</a> was successful.
* Learn about the <a href="{{ page.baseurl }}/comp-mgr/bk-compman-upgrade-guide.html">Component Manager and System Upgrade</a> for future updates.
* [Verify the installation]({{ page.baseurl }}/install-gde/install/verify.html) was successful.
* Learn about the [Component Manager and System Upgrade]({{ page.baseurl }}/comp-mgr/bk-compman-upgrade-guide.html) for future updates.

0 comments on commit 0346f1a

Please sign in to comment.