Install SLiMS: Difference between revisions
No edit summary |
|||
Line 5: | Line 5: | ||
folder alpine-slims-9 berisi beberapa file, antara lain : | folder alpine-slims-9 berisi beberapa file, antara lain : | ||
adminer.php docker-compose.yml Dockerfile httpd.conf | adminer.php docker-compose.yml Dockerfile httpd.conf | ||
Edit Dockerfile : | |||
FROM Debian | |||
Maintainer Abahaka | |||
RUN apk add php7 php7-pdo php7-pdo_mysql php7-gd php7-mbstring php7-apache2 apa> | |||
WORKDIR /var/www/html | |||
COPY ./httpd.conf /etc/apache2/ | |||
EXPOSE 88 | |||
CMD [ "/usr/sbin/httpd", "-D", "FOREGROUND"] | |||
Revision as of 07:18, 14 August 2023
Download bumbunya menggunakan git di url berikut https://github.com/drajathasan/alpine-slims-9 :
git clone https://github.com/drajathasan/alpine-slims-9
masuk ke folder alpine-slims-9 :
cd alpine-slims-9
folder alpine-slims-9 berisi beberapa file, antara lain :
adminer.php docker-compose.yml Dockerfile httpd.conf
Edit Dockerfile :
FROM Debian Maintainer Abahaka RUN apk add php7 php7-pdo php7-pdo_mysql php7-gd php7-mbstring php7-apache2 apa> WORKDIR /var/www/html COPY ./httpd.conf /etc/apache2/ EXPOSE 88 CMD [ "/usr/sbin/httpd", "-D", "FOREGROUND"]
Sumber bumbu SLiMS