Install SLiMS: Difference between revisions

From AbahDoku Wiki
No edit summary
m 10 revisions imported
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
Download bumbunya menggunakan git di url berikut https://github.com/drajathasan/alpine-slims-9 :
Download bumbunya di [[https://github.com/slims/docker-compose-for-slims/archive/refs/heads/master.zip di sini]] menggunakan wget
  git clone https://github.com/drajathasan/alpine-slims-9
  wget -c https://github.com/slims/docker-compose-for-slims/archive/refs/heads/master.zip
masuk ke folder alpine-slims-9 :
Extract file yang sudah di download
  cd alpine-slims-9
  unzip master.zip
folder alpine-slims-9 berisi beberapa file, antara lain :
Hasilnya berupa folder
adminer.php docker-compose.yml  Dockerfile  httpd.conf
  docker-compose-for-slims-master
Edit Dockerfile :
Rename nama folder menjadi .slims (optional saja, biar tak terlalu panjang nama foldernya)
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"]





Latest revision as of 22:47, 19 November 2024

Download bumbunya di [di sini] menggunakan wget

wget -c https://github.com/slims/docker-compose-for-slims/archive/refs/heads/master.zip

Extract file yang sudah di download

unzip master.zip

Hasilnya berupa folder

docker-compose-for-slims-master

Rename nama folder menjadi .slims (optional saja, biar tak terlalu panjang nama foldernya)





Sumber bumbu SLiMS