diff options
author | Caleb Land <caleb.land@gmail.com> | 2013-04-30 19:17:50 -0400 |
---|---|---|
committer | Caleb Land <caleb.land@gmail.com> | 2013-04-30 19:17:50 -0400 |
commit | 653dec1fa25b0128920b49e4c5cfe2d2d1a9270a (patch) | |
tree | f133ef7b948d2beaddd061b797b70ec0f5ea90ea | |
parent | 7a4167c3a59ad8b62f641d29f7d4e34b2ebf0846 (diff) | |
download | freebsd-puma-653dec1fa25b0128920b49e4c5cfe2d2d1a9270a.tar.gz freebsd-puma-653dec1fa25b0128920b49e4c5cfe2d2d1a9270a.tar.bz2 freebsd-puma-653dec1fa25b0128920b49e4c5cfe2d2d1a9270a.zip |
REQUIRES → REQUIRE
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ This has been tested on **FreeBSD 9.0 and 9.1** ## Make sure unicorn starts after your database launches! -The only thing you might need to configure in the rc script is to change the `REQUIRES` line to specify your database (I use PostreSQL so that's what's in the repo) +The only thing you might need to configure in the rc script is to change the `REQUIRE` line to specify your database (I use PostreSQL so that's what's in the repo) For example, if you were using MySQL, you would change @@ -27,7 +27,7 @@ You might need to add other services to this list if your Rails application requ ## Quick Setup -To get up and running quickly, adjust the `REQUIRES` line like above, and add edit your `/etc/rc.conf`: +To get up and running quickly, adjust the `REQUIRE` line like above, and add edit your `/etc/rc.conf`: For Capistrano or Capistrano-like directory layouts: |