1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Bring make dev

This commit is contained in:
Thomas Citharel 2016-10-15 15:16:35 +02:00
parent 76f2123def
commit f48a6f3a54
2 changed files with 10 additions and 0 deletions

7
scripts/dev.sh Normal file
View file

@ -0,0 +1,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