Skip to content

Commit

Permalink
Adjusted for new less confusing extension CLI API.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Apr 22, 2011
1 parent e25bd14 commit 871371a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/deployment/best-practices.haml
Expand Up @@ -40,7 +40,7 @@
'deploy' and 'rails' extensions for nicely integrated RVM deployment.
%pre.code
:preserve
root# bdsm install rails deploy unicorn # Install rails,depoy,unicorn extensions.
root# bdsm extend rails deploy unicorn # Install rails,depoy,unicorn extensions.
appuser$ bdsm bdsmrc # Put a default ~/.bdsmrc in place.
appuser$ vim ~/bdsmrc # Update settings, specifically repository_url, etc...
appuser$ bdsm rails setup # This sets up ~/shared path etc
Expand All @@ -54,7 +54,7 @@
I run Nginx, so what I do is the following,
%pre.code
:preserve
root# bdsm install nginx # This installs the Nginx BDSM extension.
root# bdsm extend nginx # This installs the Nginx BDSM extension.
root# bdsm nginx install
root# chmod go+rx /home/appuser # This makes sure that Nginx can read the dir.
root# bdsm nginx server appuser # This creates /etc/nginx/servers/appuser.conf configured for a unicorn UDS proxy by default.
Expand Down

0 comments on commit 871371a

Please sign in to comment.