aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/dev.sh
blob: 9b89da35faf2aa18ee70408312659f072ecacc7a (plain) (blame)
1
2
3
4
5
6
7
#! /usr/bin/env bash
# You can execute this file to install wallabag dev environmnet
# eg: `sh install.sh prod`

composer install
php bin/console wallabag:install
php bin/console server:run