2
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
bf22a2446c
commit
825e9e2e41
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ fi
|
|||
cp -R $REPOSITORY $PRGNAM
|
||||
|
||||
cd $PRGNAM
|
||||
|
||||
git checkout 2.0.1
|
||||
SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
|
||||
php bin/console wallabag:install --env=prod
|
||||
|
||||
rm -fr .git .gitignore
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 -o -perm 755 \) \
|
||||
|
|
Loading…
Reference in a new issue