Auto Build LEMP Stack Container

Script ini dikhususkan untuk membangun LEMP Stack secara otomatis tanpa installasi secara manual pada Operating System.

1. Akses ke server melalui SSH.
2. Pastikan Linux Container (LXD) telah terpasang di Virtual Server.
3. Jalankan perintah berikut ini untuk membuat LEMP Stack Container secara otomatis.

LEMP1804 (Based on Ubuntu 18.04 LTS Server) :

~# git clone https://gist.github.com/3de20ade43be7d96d6c3ab8b66d2215f.git
~# cd 3de20ade43be7d96d6c3ab8b66d2215f
~# chmod +x lemp1804.sh
~# ./lemp1804.sh

LEMPALP312 (Based on Alpine Linux 3.12) :

~# git clone https://gist.github.com/078cb011d602360210e52cda384d6beb.git
~# cd 078cb011d602360210e52cda384d6beb
~# chmod +x lempalp312.sh
~# ./lempalp312.sh