]> git.immae.eu Git - github/wallabag/wallabag.git/blame - install_dev.sh
Replace RabbitMQ injection with CraueConfiguration
[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
6echo "Downloading javascript librairies through npm..."
7npm install
8
9echo "Downloading fonts librairies through bower..."
10bower install
11
12echo "Concat, minify and installing assets..."
13grunt
14
15echo "Installing wallabag..."
16php bin/console wallabag:install