Skip to content

Commit

Permalink
Merge pull request #7 from vc-sahil/main
Browse files Browse the repository at this point in the history
README.md Update
  • Loading branch information
vc-sahil authored Jan 4, 2024
2 parents 6c2fa5f + 1f199cb commit 56856e0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,33 @@

## <p style="font-family: 'CustomFont';">_About_</p>


<p style="font-family: 'CustomFont'; font-size: 18px">This card will monitor your docker containers and show container statistics with Cpu & Memory Load.</p>

<br>
<p align="center"><img src="https://raw.githubusercontent.com/vcian/art/main/pulse-docker-monitor/card-ss-new.png" width="100%" alt="Docker Monitor Card"></p>

## <p style="font-family: 'CustomFont';"><i class="fas fa-cog"></i> _Installation_</p>
<br>

<p style="font-family: 'CustomFont'; font-size: 24px">Prerequisites</b></p>
<p style="font-family: 'CustomFont';"> Please check the official laravel installation guide for server requirements before you start. <a href="https://laravel.com/docs/10.x/pulse">[Official Documentation]</a></p>

<p style="font-family: 'CustomFont';"><b>Require the package with Composer:</b></p>

```shell
composer require vcian/pulse-docker-monitor
composer require vcian/pulse-docker-monitor
```

<p style="font-family: 'CustomFont';"><b>Next, you should publish the Pulse configuration and migration files using the vendor:publish Artisan command:</b></p>

```shell
php artisan vendor:publish --provider="Laravel\Pulse\PulseServiceProvider"
php artisan vendor:publish --provider="Laravel\Pulse\PulseServiceProvider"
```

<p style="font-family: 'CustomFont';"><b>Next, you should run the migration for required tables</b></p>

```shell
php artisan migrate
php artisan migrate
```

## <p style="font-family: 'CustomFont';">Register the recorder</p>
Expand Down Expand Up @@ -89,7 +90,7 @@ return [
<p style="font-family: 'CustomFont';">To make pulse recorders will automatically capture entries based on framework events dispatched by Laravel, You must run the below command.</p>

```shell
php artisan pulse:check
php artisan pulse:check
```
## <p style="font-family: 'CustomFont';"> Security

Expand Down

0 comments on commit 56856e0

Please sign in to comment.