Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
small changes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
knutov committed Nov 27, 2011
1 parent cf7fcd5 commit 6c60435
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.pod
Expand Up @@ -43,17 +43,17 @@ otherwise the C<__DATA__> section of F<dancerctl> script will be used.
Examples:

# example 1:
dancerctl init app projects/app
dancerctl init app path/to/app
# example 2:
cd path/to/app
dancerctl init app `pwd`
# example 3: config will be recreated
cd path/to/app
dancerctl init app `pwd` force

Examples under root(!) user: [not implemented]
Examples under root(!) user: [not implemented now]

dancerctl user start|stop|restart|status app [environment]
dancerctl user [action [app [environment]]]

Not implemented now, but will be in future

Expand All @@ -65,7 +65,6 @@ Not implemented now, but will be in future

~/.dancerctl/$appname [environment: section]
~/.dancerctl/$appname [root param]
~/.dancerctl [not implemented now, may be in future]
/etc/dancerctl.conf

Config format: YAML for the F<~/.dancerctl/$appname> and any ini-style (better
Expand Down Expand Up @@ -110,7 +109,8 @@ C<dancerctl> was tested under modern version of Ubuntu (11.04).
Some parts (like 'status') may not work under different linuxes and OSes
(note hardcoded slashes and format of C<ps lax>).

You can get 'dev' branch with latest changes with
You can get 'dev' branch with latest changes with

git clone git://github.com/knutov/dancerctl.git ./ -b dev

=head2 Copyright
Expand Down

0 comments on commit 6c60435

Please sign in to comment.