summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2010-02-03 21:47:17 -0800
committerAdam Jacob <adam@opscode.com>2010-02-03 21:47:17 -0800
commitd0cd67a24ec6c8a258b9ccf9b1874d319ae77cdf (patch)
tree249429da1edda8eb7a6e2b7e99f91ee862d62f81 /scripts
parent89c9d6983ccda7dc55aae8d8607f5c2d06f28820 (diff)
downloadchef-d0cd67a24ec6c8a258b9ccf9b1874d319ae77cdf.tar.gz
Adding Web UI Rake Tasks
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mac-dev-start3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/mac-dev-start b/scripts/mac-dev-start
index ceef75fd3d..350edbafcf 100755
--- a/scripts/mac-dev-start
+++ b/scripts/mac-dev-start
@@ -15,7 +15,7 @@ BASE_CMD = case ARGV[0]
else
"cd #{SRCDIR} && sudo rake dev:start:"
end
-SERVICES = ["couchdb","rabbitmq","chef_solr","chef_solr_indexer","chef_server"]
+SERVICES = ["couchdb","rabbitmq","chef_solr","chef_solr_indexer","chef_server","chef_webui"]
def auth_up
system("sudo echo")
@@ -47,7 +47,6 @@ def start_services
end
end
-
if __FILE__ == $0
start_services
end