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
@@ -50,6 +76,8 @@ Note 1: You can get unique secret key for example [here](http://nux.net/secret).
50
76
51
77
Note 2: Do not use .env.local.php on dev and test environment (delete it if exist).
52
78
79
+
Note 3: Delete var/mysql-data folder if it is exist.
80
+
53
81
3.Add domain to local 'hosts' file:
54
82
```bash
55
83
127.0.0.1 localhost
@@ -91,7 +119,7 @@ After application will start (`make start`) and in order to get shell access ins
91
119
```bash
92
120
make ssh
93
121
```
94
-
Note 1: Please use next make commands in order to enter in other containers: `make ssh-nginx`, `make ssh-supervisord`, `make ssh-mysql`.
122
+
Note 1: Please use next make commands in order to enter in other containers: `make ssh-nginx`, `make ssh-supervisord`, `make ssh-mysql`, `make ssh-rabbitmq`.
95
123
96
124
Note 2: Please use `exit` command in order to return from container's shell to local shell.
0 commit comments