Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Document how to control the ddb-pdc Upstart job
Browse files Browse the repository at this point in the history
  • Loading branch information
denisw committed Jan 23, 2015
1 parent 7f3f454 commit e487539
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,12 @@ port configured through the `server.port` option (8080 by default).
For Ubuntu, this repository contains a
[Upstart](http://upstart.ubuntu.com/) job file that lets you run the
backend as a background service. Simply copy `extras/ddb-pdc.conf` to
`/etc/init` and adapt it to suit your needs.
`/etc/init` and adapt it to suit your needs. After this is done, you
can control the backend server like any other Upstart job:

sudo start ddb-pdc
sudo restart ddb-pdc
sudo stop ddb-pdc

### Installing the Drupal Module

Expand Down

0 comments on commit e487539

Please sign in to comment.