digitalpulp / ballast

Ballast development environment for Drupal
GNU General Public License v2.0
18 stars 2 forks source link

Linux functionality #68

Closed FatherShawn closed 3 years ago

FatherShawn commented 3 years ago

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.

FatherShawn commented 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>%
FatherShawn commented 3 years ago

Merging this and we can open individual bugs