Unifiy README for Linux, MacOS and Windows

This commit is contained in:
cytopia 2018-08-06 21:56:59 +02:00
parent 35546e7fa1
commit abc3cbc1a2
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -276,17 +276,26 @@ You can also work directly inside the php container. Simply use the bundled scri
The `PS1` will automatically be populated with current chosen php version. The `PS1` will automatically be populated with current chosen php version.
Navigate the the Devilbox directory and type the below listed command: Navigate the the Devilbox directory and type the below listed command:
##### Linux and MacOS <table width="100%" style="width:100%; display:table;">
```bash <thead>
host> ./shell.sh <tr>
devilbox@php-7.0.19 in /shared/httpd $ <th width="50%" style="width:33%;">Linux and MacOS</th>
``` <th width="50%" style="width:33%;">Windows</th>
</tr>
##### Windows </thead>
```bash <tbody style="vertical-align: bottom;">
C:\devilbox> shell.bat <tr>
devilbox@php-7.0.19 in /shared/httpd $ <td>
``` <pre>host> ./shell.sh
devilbox@php-7.0.19 in /shared/httpd $</pre>
</td>
<td>
<pre>C:\devilbox> shell.bat
devilbox@php-7.0.19 in /shared/httpd $</pre>
</td>
</tr>
</tbody>
</table>
Your projects can be found in `/shared/httpd`. DNS records are automatically available inside the php container. Also every other service will be available on `127.0.0.1` inside the php container (tricky socat port-forwarding). Your projects can be found in `/shared/httpd`. DNS records are automatically available inside the php container. Also every other service will be available on `127.0.0.1` inside the php container (tricky socat port-forwarding).