Skip to content

Commit 300829a

Browse files
authored
Update README.md
1 parent 13ea2d3 commit 300829a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Docker
1313
* Docker Compose
1414

15-
#Instalasi di linux / mac
15+
# Instalasi di linux / mac
1616
* Silakan clone repo ini
1717
* Install docker
1818
```bash
@@ -39,7 +39,7 @@ sudo docker container ls
3939
```
4040

4141

42-
#cara deploy app (contoh:laravel)
42+
# cara deploy app (contoh:laravel)
4343
* silakan install composer terlebih dahulu <a href="https://github.com/yaza-putu/install-composer">disini</a>
4444
* buka docker-compose.yml
4545
* tambahakn lokasi folder sistem di volume phpfm dan ngix, lihat gambar 1 dan gambar 2
@@ -56,26 +56,26 @@ gbr 3
5656
* pada .env laravel username database= root, password database = temp123,DB_HOST=ip addres LAN/WLAN atau DB_HOST=mysql
5757
* jika sudah selesai, anda bisa menjalankan ulang service containernya
5858

59-
#Start container dengan docker-compose
59+
# Start container dengan docker-compose
6060
```bash
6161
sudo docker-compose up -d
6262
```
63-
#Mematikan service container
63+
# Mematikan service container
6464
```bash
6565
sudo docker-compose down
6666
```
67-
#delete all image, container, network, etc on docker
67+
# delete all image, container, network, etc on docker
6868
```bash
6969
sudo docker system prune --all
7070
```
71-
#note : sebelum mendeploy app silakan dimatikan terlebih dahulu dockernya, setelah selesai silakan di up kembali
71+
# note : sebelum mendeploy app silakan dimatikan terlebih dahulu dockernya, setelah selesai silakan di up kembali
7272
* fix permission storage/logs dan bootstrap/cache di laravel
7373
```bash
7474
sudo chmod -R ugo+rw storage/logs
7575
sudo chmod -R ugo+rw bootstrap/cache
7676
```
7777

78-
###if you can see this error above when you access phpmyadmin you can use solutions this below
78+
# if you can see this error above when you access phpmyadmin you can use solutions this below
7979

8080
fix fix mysqli::real_connect(): (HY000/1130): Host 'ip address' is not allowed to connect to this MySQL server
8181

0 commit comments

Comments
 (0)