]> git.immae.eu Git - github/wallabag/wallabag.git/blame - scripts/dev.sh
Merge pull request #2500 from wallabag/add-check-composer
[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