forked from wallabag/wallabag
Bring make dev
This commit is contained in:
7
scripts/dev.sh
Normal file
7
scripts/dev.sh
Normal 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
|
||||
Reference in New Issue
Block a user