Setup script stub
This commit is contained in:
parent
2fd5c62074
commit
89925c489d
2 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
echo "Starting Setup"
|
||||
/app/setup
|
||||
echo "Starting Nginx"
|
||||
/usr/sbin/nginx
|
||||
|
|
|
|||
9
bouncer/setup
Normal file
9
bouncer/setup
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env php
|
||||
<?php
|
||||
require_once("vendor/autoload.php");
|
||||
$environment = array_merge($_ENV, $_SERVER);
|
||||
ksort($environment);
|
||||
|
||||
# Determine what sites are configured
|
||||
foreach($environment as $)
|
||||
\Kint::dump($environment);exit;
|
||||
Loading…
Reference in a new issue