]> git.immae.eu Git - github/wallabag/wallabag.git/blame - scripts/dev.sh
Merge remote-tracking branch 'origin/master' into 2.2
[github/wallabag/wallabag.git] / scripts / dev.sh
CommitLineData
f48a6f3a
TC
1#! /usr/bin/env bash
2# You can execute this file to install wallabag dev environmnet
3# eg: `sh install.sh prod`
4
5composer install
6php bin/console wallabag:install
7php bin/console server:run