diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-10 13:04:56 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-10 13:04:56 +0100 |
commit | c118131317742a4b77031af89d19eba3b5eabd24 (patch) | |
tree | 25b0187cf55ff8c0a8ed5f0c16ed70889659d353 /README.md | |
parent | 24c16007bbe1b840749809424f01a551d78ab829 (diff) | |
download | wallabag-c118131317742a4b77031af89d19eba3b5eabd24.tar.gz wallabag-c118131317742a4b77031af89d19eba3b5eabd24.tar.zst wallabag-c118131317742a4b77031af89d19eba3b5eabd24.zip |
git clone with prefer-dist option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -15,9 +15,12 @@ If you don't have it yet, please [install composer](https://getcomposer.org/down | |||
15 | Then you can install wallabag by executing the following commands: | 15 | Then you can install wallabag by executing the following commands: |
16 | 16 | ||
17 | ``` | 17 | ``` |
18 | SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.0-beta.2" --no-dev --keep-vcs | 18 | git clone https://github.com/wallabag/wallabag.git |
19 | php bin/console wallabag:install --env=prod | 19 | cd wallabag |
20 | php bin/console server:run --env=prod | 20 | git checkout 2.0.0-beta.2 |
21 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | ||
22 | php bin/console wallabag:install --env=prod | ||
23 | php bin/console server:run --env=prod | ||
21 | ``` | 24 | ``` |
22 | 25 | ||
23 | ## License | 26 | ## License |