Project Launch #2197
-
Hi! I have a ready-made project, but I can't get it started, please help me. I'm stuck on the 'Installing the project' item, I don't understand how I can stuff "luya_composer" into the project. If everything is done up to this point, then I will get an error on localhost that I could not connect to the database, if I try to log into the database through the container, I will write an error that the password is not correct, but I can connect to the database from outside, but strangely enough with another password, which I did not specify yet in '.env', the docker ports and the ports on which I have mysql are different. In README.md The project is specified:
configs.dist/env.php -> configs/env.php
./vendor/bin/luya migrate
cp .env.dist .env
docker-compose build
docker-compose run luya_composer install
http://localhost:8080
docker ps ExampleCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES docker exec -it <your_docker_container_id> bash
/styleguide
555
docker-compose.yaml:
composer.json:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
take a look at this kickstarter project with composer: https://github.com/zephir/luya-unglue-kickstarter |
Beta Was this translation helpful? Give feedback.
take a look at this kickstarter project with composer: https://github.com/zephir/luya-unglue-kickstarter