A. PENDAHULUAN
Pada materi ini, saya akan menjelaskan cara install phpMyAdmin, Apache2, MySQL and PHP on Ubuntu 17.04 / 17.10. Dapat menerapkan langsung di laptop / komputer anda.
- Pengertian
Apache merupakan aplikasi free berbasis Open Source yang dikenal tangguh dan sering dipakai oleh server-server di seluruh dunia.
- Latar Belakang
Globalisasi adalah suatu fenomena khusus dalam peradaban manusia yang bergerak terus dalam masyarakat global.
- Maksud dan tujuan
1. Dapat menggunakan aplikasi dengan baik dan benar.
2. Dapat mengetahui fungsi masing - masing aplikasi.
- Hasil yang diharapakan
Dapat menginstal dengan baik dan benar sesuai dengan langkah- langkah / tahap- tahap dalam menginstal.
B. ALAT DAN BAHAN
1. Laptop/Computer/Netboox yang berkoneksi dengan internet.
2. Unduhan aplikasi phpmyadmin.
3. Materi tentang cara install phpmyadmin.
C. JANGKA WAKTU PELAKSANAAN
Sekitar 30 sampai 45 menit untuk menginstall.
D. PROSES DAN TAHAP PELAKSANAAN.
PhpMyAdmin is a web-based tool that allows webmasters and students to easily manage MySQL or MariaDB databases. If you’re not an advanced database administrator, you may want to use phpMyAdmin web interface to manage your databases instead of using the command line terminal.
Before continuing below, please make sure you’ve installed MySQL database server.. To to install it, run the commands below.
- sudo apt-get update.
- sudo apt-get install mysql-server mysql-client.
Continue below with installing Apache2, PHP and phpMyAdmin
Step 1: Install and Configure Apache2
First, run the commands below to install Apache2.
sudo apt-get install apache2.
Step 2: Configure Apache2
Next, run the commands below to configure Apache2 basic settings. These are the basics.
sudo nano /etc/apache2/conf-enabled/security.conf
Next, configure the default DirectoryIndex directives.
sudo nano /etc/apache2/mods-enabled/dir.conf.
Step 3: Install PHP
Run the commands below to install PHP scripts.
sudo apt-get install php php-cgi libapache2-mod-php php-common php-pear php-mbstring.
Step 4: Configure Apache2 to Use PHP
After install PHP and other related scripts, run the commands below to enable Apache2 to use PHP.
sudo a2enconf php7.1-cgi.
Reload Apache2
sudo systemctl reload apache2.
Step 5: Install phpMyAdmin
Now that Apache2 and PHP are installed the final step is to install phpMyAdmin and configure. To do that, run the commands below
sudo apt-get install phpmyadmin php-gettext.
After installing, run the commands below to logon to the database server to enable phpMyAdmin root logon.
Now, open your web browser and login to the server hostname or IP address followed by phpmyadmin
ex. http://example.com/phpmyadmin.
Login with MySQL root account you created earlier when you installed the database server.
E. HASIL YANG DI DAPATKAN
Dapat melaksanakan proses install phpmyadmin dengan benar. Dapat mengatasi permasalahan yang tarjadi saat install.
F. RUMUSAN PERMASALAHAN
Terjadi troubleshoting saat install phpmyadmin dan gagal atau eror dalam proses instalasinya.
G. KESIMPULAN
Jadi, cara menginstall aplikasi tersebut harus melaksanakan atau melakukan tahap-tahap untuk menginstalnya.
H. REPRENSI DAN DAFTAR PUSTAKA
1. https://websiteforstudents.com/installing-phpmyadmin-apach.
Wasalamualikum wr. wb
0 komentar:
Posting Komentar