wallabag/install_dev.sh
Thomas Citharel b4118f66ff
remove bower
2016-09-29 09:20:37 +02:00

14 lines
286 B
Bash
Executable file

#! /usr/bin/env bash
echo "Installing PHP dependencies (including dev) through Composer..."
composer install
echo "Downloading librairies through npm..."
npm install
echo "Concat, minify and installing assets..."
grunt
echo "Installing wallabag..."
php bin/console wallabag:install