Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
the-teacher committed Sep 9, 2023
1 parent b395ec7 commit aad79df
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Save hours, days or weeks on setting up a typical Rails app.
<td>Linux Cron based periodical tasks</td>
</tr>
<tr>
<td colspan="3"><h3>Full text search</h3></td>
<td colspan="3"><h3>Full Text Search</h3></td>
</tr>
<tr>
<td><img width="100px" alt="elastic" src="Rails7StartKit/assets/images/elastic.png"></td>
Expand Down Expand Up @@ -306,8 +306,8 @@ From the root of the project
<td>Get in <b>Rails</b> Container</td>
</tr>
<tr>
<td><b>ruby bin/exec&nbsp;[COMMAND]</b></td>
<td>Execute a command from <code>Rails7StartKit</code> module</td>
<td><b>rubyc&nbsp;bin/exec&nbsp;[CMD]</b></td>
<td>Execute a command (<i>[CMD]</i>) from <code>Rails7StartKit</code> module</td>
</tr>
</tbody>
</table>
Expand All @@ -328,8 +328,11 @@ From the root of the project
<tr>
<td><b>ruby&nbsp;bin/open&nbsp;[NAME]</b></td>
<td>
Get in a Container. <code>[NAME]</code> can be <code>rails</code>,
<code>psql</code>, <code>redis</code>, <code>elastic</code>, <code>mailcatcher</code>. Default value is <code>rails</code>.
Get in a Container. <code>[NAME]</code>
<br /><br />
<i>[NAME]</i> Values: <code>rails</code>,<code>psql</code>, <code>redis</code>, <code>elastic</code>, <code>mailcatcher</code>.
<br /><br />
Default value is: <code>rails</code>.
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -410,8 +413,8 @@ From the root of the project
<td colspan="2"><h3>:arrow_right: Execute</h3></td>
</tr>
<tr>
<td><b>ruby bin/exec&nbsp;[COMMAND]</b></td>
<td>Execute a command from <code>Rails7StartKit</code> module</td>
<td><b>ruby bin/exec&nbsp;[CMD]</b></td>
<td>Execute a command (<i>[CMD]</i>) from <code>Rails7StartKit</code> module</td>
</tr>
<tr>
<td colspan="2"><h3>:arrow_right: Start/Stop/Restart</h3></td>
Expand Down Expand Up @@ -466,9 +469,9 @@ From the root of the project

On your host you have:

- Ruby 2+
- Docker
- Git
- **Any version** of Ruby
- **Any version** of Git
- **Any version** of Docker

### Conventions and Agreements

Expand Down

0 comments on commit aad79df

Please sign in to comment.