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
{{ message }}
This repository was archived by the owner on Oct 1, 2020. It is now read-only.
-[Composer](https://getcomposer.org/doc/00-intro.md) is installed and is available globally in command line
25
37
- Make sure you have SSH keys generated and associated with your github account, see [manual](https://help.github.com/articles/generating-ssh-keys/).
26
38
:information_source: You can use another way of getting codebase instead of cloning, it does not matter for successful installation.
27
39
28
-
### To install the whole image from scratch
40
+
### Installation steps
29
41
30
42
1. Run in command line from the directory which contains your projects:
31
43
1. Prepare Magento codebase. This step is optional, just ensure you have 'magento2ce' directory with Magento code available.
@@ -47,26 +59,18 @@ If you never used Vagrant before, read [Vagrant Docs](https://docs.vagrantup.com
47
59
cd vagrant-magento
48
60
vagrant up
49
61
```
50
-
1. Add corresponding record to your `hosts` file on the host machine:
51
-
52
-
```
53
-
192.168.10.11 magento2.vagrant
54
-
```
55
62
1. For **Windows hosts only**: after the installation is complete, [set up synchronization with PHP Storm](docs/phpstorm-configuration-windows-hosts.md)
56
63
57
-
### After installation
58
-
59
-
Upon a successful installation, you'll see the location and URL of the newly-installed Magento 2 application in console.
60
-
See a list of [default credentials and settings](README.md#default-credentials).
61
-
62
64
### Default credentials and settings
65
+
Upon a successful installation, you'll see the location and URL of the newly-installed Magento 2 application in console.
63
66
64
-
Web access:
67
+
**Web access**:
65
68
- Access storefront at `http://magento2.vagrant`
66
69
- Access admin panel at `http://magento2.vagrant/admin/`
67
70
- Magento admin user/password: `admin/123123q`
71
+
- Rabbit MQ control panel: `http://magento2.vagrant:15672`, credentials `guest`/`guest`
68
72
69
-
Codebase and DB access:
73
+
**Codebase and DB access**:
70
74
- Path to your Magento installation on the VM:
71
75
- Can be retrieved from environment variable: `echo ${MAGENTO_ROOT}`
72
76
- On Windows hosts: `/var/www/magento2ce`
@@ -75,7 +79,7 @@ Codebase and DB access:
75
79
- MySQL DB name: `magento`, `magento_integration_tests`
76
80
- MySQL DB user/password: just use `mysql` with no user and password (`root/password` will be used by default)
77
81
78
-
### GitHub Limitations
82
+
### GitHub limitations
79
83
80
84
Be aware that you may encounter GitHub limits on the number of downloads (used by Composer to download Magento dependencies).
0 commit comments