Skip to content

Commit

Permalink
more progress
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Apr 28, 2012
1 parent e667387 commit 7904647
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ mostly self-contained module of your application that can start/stop/reload,
contain other services, manage async operations, and expose configuration.

::

class ExampleService(Service):
setting = Setting("example.setting", default="Foobar")

Expand Down
4 changes: 4 additions & 0 deletions docs/user/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,23 @@ Get the Code
You can either clone the public repository:

::

$ git clone git://github.com/progrium/ginkgo.git

Download the tarball:

::

$ curl -OL https://github.com/progrium/ginkgo/tarball/master

Or, download the zipball:

::

$ curl -OL https://github.com/progrium/ginkgo/zipball/master

Once you have a copy of the source, you can embed it in your Python package, or install it into your site-packages easily:

::

$ python setup.py install
2 changes: 2 additions & 0 deletions docs/user/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ With this module you now have a configurable, daemonizable server ready to be
deployed. Ginkgo gives you a simple runner to execute your app:

::

$ ginkgo server.NumberServer

As well as a more full featured service management tool:

::

$ ginkgoctl server.NumberServer start

0 comments on commit 7904647

Please sign in to comment.