]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #1647 from wallabag/v2-install-prod
authorNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 5 Feb 2016 07:38:45 +0000 (08:38 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 5 Feb 2016 07:38:45 +0000 (08:38 +0100)
Force prod env on project creation

README.md

index 590696c136f68ab6485b1cf600b0e54027f79f3c..80a8c9c421861dc86c65a5af47e63fd0b430b0f1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Keep in mind it's an **unstable** branch, everything can be broken :)
 If you don't have it yet, please [install composer](https://getcomposer.org/download/). Then you can install wallabag by executing the following commands:
 
 ```
-composer create-project wallabag/wallabag wallabag 2.0.*@alpha
+SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag 2.0.*alpha --no-dev
 php bin/console wallabag:install
 php bin/console server:run
 ```