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
2. copy `/mysql/docker-entrypoint-initdb.d/createdb.sql.example` to `createdb.sql`, then edit this file (database, user) from `docker-compose.yml` section db (MYSQL_USER: username, MYSQL_PASSWORD: password, MYSQL_DATABASE: dbname)
62
+
2. copy `/mysql/docker-entrypoint-initdb.d/createdb.sql.example` to `createdb.sql` if you have ready DB
66
63
3.`docker-compose build`
67
64
4.`docker-compose up -d`
68
65
5.`docker-compose exec php bash`, in terminal run `php init`, then run other migrations (see next)
69
-
6. open localhost:8100 to test
66
+
6. open localhost:8100 to test (backend on localhost:8200)
67
+
68
+
Access to Console App: `docker-compose exec php bash` and `php yii mycommand/action`
0 commit comments