Skip to content

Commit 7ef387e

Browse files
committed
2 parents 502f774 + 333aa5a commit 7ef387e

File tree

11 files changed

+732
-7
lines changed

11 files changed

+732
-7
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM thecodingmachine/php:8.4-v4-apache-node22
22
ENV PHP_EXTENSIONS="mysqli gd pdo_mysql intl imagick imap ldap xdebug msgpack pcov bcmath"
33

4+
USER root
5+
RUN apt-get update && apt-get install -y mariadb-client && rm -rf /var/lib/apt/lists/*
6+
USER docker
7+
48
WORKDIR /simpede
59

.devcontainer/setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
sudo apt update -y && sudo apt upgrade -y && sudo apt install -y mariadb-client
32

43
echo --- Copy the environment file ...
54
cp .env.example .env

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,8 @@ php artisan queue:work >> /dev/null 2>&1
141141
```
142142

143143
## Restore Backup
144-
Isi dari file backup adalah dump sql database dan file di dalam folder storage/app/public
145-
Restore dilakukan manual. Setelah selesai jalankan command:
144+
Untuk melakukan restore jalankan command:
146145
```bash
147-
php artisan simpede:cache
146+
php artisan simpede:restore
148147
```
149148

app/Console/Commands/Install.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ public function handle()
6464
[
6565
'nama' => 'Template Kerangka Acuan Kerja',
6666
'jenis' => 'kak',
67-
'file' => 'ReAdPXzRYWqgpho3W0mX4U3rxg3UfZ3F4MmKlxsP.docx',
67+
'file' => 'kli5jt06bmTBJnLoQiQQN5md2iujNW317bGeQ46E.docx',
6868
],
6969
[
7070
'nama' => 'Template SPJ',
7171
'jenis' => 'spj',
72-
'file' => 'd2z8X186YFymCM29dPa84LH7rTrqljrmfhmyc7C4.docx',
72+
'file' => '8UaqlK0dwmtx64Ih8scHARLKk9yXEtAsMsDhAyqT.docx',
7373
],
7474
[
7575
'nama' => 'Template SK Petugas',
@@ -184,7 +184,7 @@ public function handle()
184184
[
185185
'nama' => 'Template Tanda Terima Pulsa',
186186
'jenis' => 'pulsa',
187-
'file' => 'uzvdQmXrt7hesC2ULRZVQhmcQEkTJdIwIJvKALmX.docx',
187+
'file' => 'AuX5vZ1DGxJvIJksXLGfXO35fBRFCR9BdAI1bZH5.docx',
188188
],
189189
];
190190

0 commit comments

Comments
 (0)