Skip to content
New issue

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

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

Already on GitHub? # to your account

ATM as background process #133

Merged
merged 10 commits into from
May 1, 2019
Merged

ATM as background process #133

merged 10 commits into from
May 1, 2019

Conversation

pvk-developer
Copy link
Member

@pvk-developer pvk-developer commented Apr 30, 2019

Now we are able to run ATM as a background process with:

  • atm start (by default) starts 1 worker and the rest api.
  • atm status shows the current status of the process (if its runing and if does so where the server is listening and how many workers are running).
  • atm restart restarts the process to default values if no others are specified.
  • atm stop stops the process.

Improved API readme and added it to the index docs.
Update on Makefile for the docs.

Resolve #130

@csala csala merged commit 3ed0ccf into master May 1, 2019
@csala csala deleted the issue_130_atm_start_stop branch May 1, 2019 12:23
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add atm start, atm status and atm stop commands
2 participants