Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbn committed Dec 8, 2011
1 parent 12bb48e commit e4dff21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -185,11 +185,13 @@ This compiles your Java classes and also generates a script called "app.sh" that

:::term
$ sh target/bin/java-worker.sh
worker application running...

If you are a windows users, you can do:

:::term
C:\YourProject>target\bin\java-worker.bat
worker application running...

That's it. You are now ready to deploy this Java application to Heroku.

Expand Down Expand Up @@ -277,6 +279,7 @@ If your process is a one-off admin process that you wish to run manually on an a
:::term
$ heroku run admin
Running admin attached to terminal...
Admin task run.

#### Scheduled processes

Expand Down

0 comments on commit e4dff21

Please sign in to comment.