From 7866a41898cb2482cc0722b0b308779727482274 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 5 May 2014 16:47:21 +0200 Subject: remove bash hints from code blocks --- docs/design/webapp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design/webapp.md b/docs/design/webapp.md index 16fbd56..e98f101 100644 --- a/docs/design/webapp.md +++ b/docs/design/webapp.md @@ -232,7 +232,7 @@ After securing the couch design documents need to be deployed with admin permiss The before_script block in .travis.yml illustrates how to do this: -```bash +``` mv test/config/couchdb.yml.admin config/couchdb.yml # use admin privileges bundle exec rake couchrest:migrate_with_proxies # run the migrations bundle exec rake couchrest:migrate_with_proxies # looks like this needs to run twice @@ -243,7 +243,7 @@ mv test/config/couchdb.yml.user config/couchdb.yml # drop admin privileges First of all we get the design docs as files: -```bash +``` # put design docs in /tmp/design bundle exec rake couchrest:dump ``` -- cgit v1.2.3