diff options
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 |