DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 21 forks source link

The command to run the project is incomplete #247

Closed tanguysirot closed 4 years ago

tanguysirot commented 4 years ago

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

cgrandval commented 4 years ago

Sorry, I didn't understand what the problem is. Works fine here. Can you please join error messages?

tanguysirot commented 4 years ago

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
tdutrion commented 4 years ago

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.

cgrandval commented 4 years ago

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.