]> git.immae.eu Git - github/wallabag/wallabag.git/blame - install_dev.sh
Update messages.pl.yml
[github/wallabag/wallabag.git] / install_dev.sh
CommitLineData
5ecdfcd0
TC
1#! /usr/bin/env bash
2
3echo "Installing PHP dependencies (including dev) through Composer..."
4composer install
5
b4118f66 6echo "Downloading librairies through npm..."
5ecdfcd0
TC
7npm install
8
5ecdfcd0
TC
9echo "Concat, minify and installing assets..."
10grunt
11
12echo "Installing wallabag..."
13php bin/console wallabag:install