From 415bcc9ef69ae1a5bcc8870f1da514fee6360c84 Mon Sep 17 00:00:00 2001 From: echarp Date: Thu, 25 Sep 2014 00:21:05 +0200 Subject: [PATCH] =?UTF-8?q?Installation=20simplifi=C3=A9e=20et=20test?= =?UTF-8?q?=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.creole | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.creole b/README.creole index 2d107e0d..7d6add30 100644 --- a/README.creole +++ b/README.creole @@ -23,7 +23,7 @@ Par exemple: {{{ ~ $ git clone git://gitorious.org/agenda-du-libre-rails/agenda-du-libre-rails.git ~ $ cd agenda-du-libre -~ $ bundle install --path vendor/bundle +~ $ bundle install --path vendor/bundle --without production }}} La base de données peut être "sqlite3", "postgresql" ou "mysql". Par défaut @@ -35,7 +35,7 @@ et "libsqlite3-dev" (ou "libmysqlclient-dev"). Mettez en place le schéma comme ceci: {{{ -~ $ rake db:setup +~ $ bundle exec rake db:setup }}} Puis lancez rails: