Skip to content

Commit

Permalink
add screenshot for insstalation guide M2
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnguyenbss committed Mar 1, 2017
1 parent 4996ee6 commit 909df36
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
Binary file removed docs/general/installation/images/step 2_1.png
Binary file not shown.
Binary file removed docs/general/installation/images/step 2_2.png
Binary file not shown.
Binary file removed docs/general/installation/images/step 3.png
Binary file not shown.
Binary file removed docs/general/installation/images/step 4.png
Binary file not shown.
Binary file removed docs/general/installation/images/step 5.png
Binary file not shown.
Binary file added docs/general/installation/images/step2_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/general/installation/images/step2_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/general/installation/images/step3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/general/installation/images/step4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/general/installation/images/step5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/general/installation/installation_m2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,33 @@ Unzip the file
Create another directory called app/code/Bss/MODULENAME/ where MODULENAME must be replaced by the modules internal identifier. You can find it in the "composer.json" file
in the extension ZIP file you downloaded, look at the node "psr-4".

.. image:: images/step 2_1.png
.. image:: images/step2_1.jpg

For example, it could say "Bss\\AjaxCart\\" or "Bss\\OneStepCheckout\\" there, then the MODULENAME is the part after \\ and before \\, so in our examples AjaxCart" or "OneStepCheckout". This
is what you call the directory, then, for example app/code/Bss/AjaxCart, and you put the contents of the extension ZIP file in there.

.. image:: images/step 2_2.png
.. image:: images/step2_2.jpg

:step:`Step 3:`

Upload the directory app/code/Bss/MODULENAME/ into the root directory of your Magento installation. The root directory of Magento is the directory that contains the
directories "app", "bin", "lib" and more. All directories should match the existing directory structure.

.. image:: images/step 3.png
.. image:: images/step3.jpg

:step:`Step 4:`

Go to Magento 2 root directory.

Run: php bin/magento setup:upgrade

.. image:: images/step 4.png
.. image:: images/step4.jpg

:step:`Step 5:`

Run: php bin/magento setup:static-content:deploy

.. image:: images/step 5.png
.. image:: images/step4.jpg

:step:`Step 6:`

Expand Down

0 comments on commit 909df36

Please sign in to comment.