deanhiller / databus

time series data in cassandra with visualization(NREL's opensource databus project)
Other
53 stars 21 forks source link

System service scripts #28

Closed hopcroft closed 10 years ago

hopcroft commented 10 years ago

I made some scripts which allow you to run DataBus as a system service on Ubuntu systems. The script install_service.sh will create the necessary directories and copy files. After this script is run, you can control DataBus with "service" commands (start/stop/status/restart), for example:

$ service databus status Wed Oct 2 12:48:06 PDT 2013 | 1 DataBus processes are running

PS - this is my first github pull request, let me know if this is done correctly.

nrelbuilder commented 10 years ago

It was done so perfectly, I just clicked a button an merged it in ;).

Dean

From: Matthew Hopcroft notifications@github.com<mailto:notifications@github.com> Reply-To: deanhiller/databus reply@reply.github.com<mailto:reply@reply.github.com> Date: Wednesday, October 2, 2013 5:24 PM To: deanhiller/databus databus@noreply.github.com<mailto:databus@noreply.github.com> Subject: [databus] System service scripts (#28)

I made some scripts which allow you to run DataBus as a system service on Ubuntu systems. The script install_service.sh will create the necessary directories and copy files. After this script is run, you can control DataBus with "service" commands (start/stop/status/restart), for example:

$ service databus status Wed Oct 2 12:48:06 PDT 2013 | 1 DataBus processes are running

PS - this is my first github pull request, let me know if this is done correctly.


You can merge this Pull Request by running

git pull https://github.com/hopcroft/databus master

Or view, comment on, or merge it at:

https://github.com/deanhiller/databus/pull/28

Commit Summary

File Changes

Patch Links: