Skip to content

Commit

Permalink
Readme update.
Browse files Browse the repository at this point in the history
  • Loading branch information
zablose committed Nov 18, 2020
1 parent 0fee81b commit 8b9716f
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
Dockerized development environment based on Debian 10.6 with Apache 2.4, MariaDB 10.3 and PHP 7.4.

With some extras:
* composer - Dependency Manager for PHP
* laravel - Laravel installer
* npm - Node Package Manager
* composer - Dependency manager for PHP.
* laravel - Laravel installer.
* npm - Node package manager.
* google-chrome - Web browser to run Laravel Dusk tests.

## Usage

Expand Down Expand Up @@ -108,8 +109,21 @@ Look at [post-setup.example.sh](./post-setup.example.sh) for an example.
Check `./logs/` folder.

$ tail -f logs/zablose-damp.log

Or

$ tail -f logs/all.log

Other logs to look at inside the container:

| File | Comment |
| --- | --- |
| `/var/log/damp-chrome-driver-install.log` | |
| `/var/log/damp-chrome-install.log` | |
| `/var/log/damp-image-build.log` | |
| `/var/log/damp.log` | Same as 'logs/zablose-damp.log' on the host. |

### Scripts

> Get into container first.
Expand All @@ -126,6 +140,12 @@ Check `./logs/` folder.
| docker exec -it docker-damp-damp bash | Get into container, running Bash shell. |
| docker ps -a | List all containers. |

## Hints

| Command | Description |
| --- | --- |
| sudo su - | Switch to root. |

## License

This package is free software distributed under the terms of the MIT license.

0 comments on commit 8b9716f

Please sign in to comment.