Initial public release
This commit is contained in:
11
install.sh
Executable file
11
install.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
if [[ ! -f config.json ]]; then
|
||||
cp config.example.json config.json
|
||||
echo "Created config.json from config.example.json. Edit it if this machine needs different paths."
|
||||
fi
|
||||
sudo -v
|
||||
sudo ./bin/php-dev-router install
|
||||
./bin/php-dev-router doctor
|
||||
Reference in New Issue
Block a user