Closed FatherShawn closed 3 years ago
I have what looks like a working stack
➜ curl --header "Host:project.test" http://localhost
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='/core/install.php'" />
<title>Redirecting to /core/install.php</title>
</head>
<body>
Redirecting to <a href="/core/install.php">/core/install.php</a>.
</body>
</html>%
Merging this and we can open individual bugs
I've tested the CLI functionality on my headless linux box. It would be great to have this PR tested on a Linux GUI as well.
Closes #13
git fetch origin pull/68/head:issue-13 && git checkout issue-13
This branch is off of branch for #67 - since it refactors the same code.