The command to run the project is incomplete
Closed this issue · 4 comments
Current Behavior
The make command to run the project is not working alone, at least without an alias
How to reproduce scenario
Bug Report : For running the project the command is incomplete
Scenario:
Using the following command to run the project
make
Only display availabled commands for make
Possible solutions
The full command to run the project should be
make run
Sorry, I didn't understand what the problem is. Works fine here. Can you please join error messages?
When I use
make
I just get
Darkmira Community Event Manager
--------------------------------
Setup
-----
install Install and start the project
Tests
-----
test Run all tests stack
phpunit Run unit tests
behat Run functional tests
cs Executes php cs fixer
Tools
-----
logs Show logs
bash Bash into php container
info Show useful urls
Not sure I get the problem exactly.
If you need to install the project, make install
is what you're looking for.
We don't want make
alone to choose what to do, users should explicit their demand.
Also, make run
makes no sense to me, as you do not know the state of my machine. make install
and make start
make more sens to me.
Ok @tanguysirot, I agree with @tdutrion so I'll close this issue as it's not a bug. If you want to install the project, you have to execute make install
.
When you launch the make command (or any command in general), it's give you a help message to inform you which option you can pass and why.