first commit
This commit is contained in:
13
roles/devel/config.sh
Executable file
13
roles/devel/config.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
source "$PROJECT_DIR/lib.sh"
|
||||
enable_strict_mode
|
||||
|
||||
cat <<'EOM'
|
||||
|
||||
=> Developer environment
|
||||
|
||||
EOM
|
||||
|
||||
configure_php_no_jit
|
||||
log_ok "PHP developer configuration applied"
|
||||
echo 'Developer profile ready.'
|
||||
9
roles/devel/packages.list
Normal file
9
roles/devel/packages.list
Normal file
@@ -0,0 +1,9 @@
|
||||
ROLE_PACKAGES=(
|
||||
"php-cli"
|
||||
"composer"
|
||||
"sqlite3"
|
||||
"php-sqlite3"
|
||||
"npm"
|
||||
"shfmt"
|
||||
"php-xdebug"
|
||||
)
|
||||
Reference in New Issue
Block a user