Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a "Makefile" template #3

Open
allebb opened this issue Sep 3, 2017 · 0 comments
Open

Add a "Makefile" template #3

allebb opened this issue Sep 3, 2017 · 0 comments
Assignees

Comments

@allebb
Copy link
Owner

allebb commented Sep 3, 2017

The Makefile template will provide some boiler plate for projects so that users can document the installation process using a Makefile wrapper.

The Makefile template should contain the following boilerplate:

  1. install - Checks to see if Composer is available (if not download it), run composer install.
  2. clean - Delete the '/vendor' directory.
  3. update - Does a git reset --hard and a git pull.
  4. uninstall - Deletes the current (app) directory and placeholders for allowing the user to delete system services/log files etc.
  5. test - Runs PHPUnit on the application directory (calls /vendor/bin/phpunit)
@allebb allebb self-assigned this Sep 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant