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

Consistent make targets #10

Open
JasonShin opened this issue Oct 7, 2018 · 0 comments
Open

Consistent make targets #10

JasonShin opened this issue Oct 7, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@JasonShin
Copy link
Member

The issue aims to propose and implement consistent make targets between different components within the Stormwind infrastructure. At the moment, for the OpenWhisk, it is using run and stop convention for starting for former and stopping for latter. On the other hand, the application layer uses start to start the stack and no dedicated make target exists for stopping the application. It will be beneficial for the new contributors and users of Stormwind to learn the make targets with ease as a result of implementing the consistent make targets.

Initial proposal:
make compose-run -> starting the OpenWhisk stack
make compose-stop -> stopping the OpenWhisk stack
make frontend-run -> starting the application layer

@JasonShin JasonShin added the enhancement New feature or request label Oct 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant