rebuilding man page
This commit is contained in:
+10
@@ -65,6 +65,7 @@
|
||||
<a href="#RUNNING">RUNNING</a>
|
||||
<a href="#EXPORTING">EXPORTING</a>
|
||||
<a href="#OPTIONS">OPTIONS</a>
|
||||
<a href="#PROCFILE">PROCFILE</a>
|
||||
<a href="#EXAMPLES">EXAMPLES</a>
|
||||
<a href="#COPYRIGHT">COPYRIGHT</a>
|
||||
</div>
|
||||
@@ -140,6 +141,15 @@ application.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2 id="PROCFILE">PROCFILE</h2>
|
||||
|
||||
<p>A Procfile should contain both a name for the process and the command used
|
||||
to run it.</p>
|
||||
|
||||
<pre><code>web bundle exec thin start
|
||||
job bundle exec rake jobs:work
|
||||
</code></pre>
|
||||
|
||||
<h2 id="EXAMPLES">EXAMPLES</h2>
|
||||
|
||||
<p>Start one instance of each process type, interleave the output on stdout:</p>
|
||||
|
||||
Reference in New Issue
Block a user