From 5474d21ee9cdb19e2b4ae662d3fbe2278110595e Mon Sep 17 00:00:00 2001 From: Jesse O'Connor Date: Mon, 16 Jan 2012 17:33:51 +1100 Subject: [PATCH] fixed formatting of setupnode basic-usage command. --- docs/commands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands.rst b/docs/commands.rst index c6a5e8a..4007903 100644 --- a/docs/commands.rst +++ b/docs/commands.rst @@ -35,7 +35,7 @@ Setup Ubuntu host[s]. By default this will just setup a baseline host for django By defining ROLEDEFS in your settings you define packages for those hosts in the ROLE_PACKAGES settings. For example to setup a postgresql server you might define a role ROLEDEFS = {'database':['woven@db1.example.com']}, then set ROLE_PACKAGES = {'database':['postgresql']}, and finally set the firewall to ROLE_UFW_RULES = {'database':['allow tcp/5432']}. Finally postgresql configuration can be set in the project TEMPLATES_DIR woven/etc subdirectory. -Basic Usage:: +Basic Usage: ``woven-admin.py setupnode [hoststring] [options]``