Pada kali ini akan dikupas sampai tuntas tentang bagaimana
Cara Install Lamp / Linux apache mysql php di linux opensuse leap 42.1, oke langsung sahaja
Pertama buka terminal kesayangan anda kemudian masuk dengan hak access sebagai root dengan kode seperti di bawah ini
$su <enter>
password :
masukan password root anda
1. install apache2
seperti halnya di ubuntu kita menggunakan apt-get install maka pada opensuse kita cukup mengetikan kode di bawah ini
#zypper in apache2 <enter>
cukup kita tunggu sampai proses installasi selesai. jangan lupa konekin ke internet ya seperti biasa nya di linux proses installasi linux membutuhkan koneksi internet.
Menjalankan apache2
untuk menjalankan apache di linux maka perintah nya seperti biasanya yaitu
#systemctl start apache2
untuk restart
#systemctl restart apache2
untuk menghentikan
#systemctl stop apache2
kemudian kita buat apache2 untuk automatis dijalankan setiap kita reboo/menyalakan komputer
perintahnya seperti di bawah ini
#systemctl enable apache2
kemudian mari kita cek apakah kita telah berhasil install apache2 atau belum
cara nya kita buat file html baru dengan nama index.html
kemudian simpan di folder
/srv/www/htdocs
perhatikan tulisan yang berwarna merah. Yaitu letak folder htdocs apache opensuse berbeda dengan letak folder di debian dan turunan nya. Jika di debian dan turunan nya letak folder apache adalan di /var/www/html akan tetapi di opensuse letak folder nya adalah di /srv/www/htdocs/
ingat-ingat ya jangan sampai salah
setelah itu edit file index.html kemudian isi dengan kode html di bawah ini
<html><body><h1>Welcome to my web site!</h1> </body></html>
setelah selese kemudian simpan dan buka browser kesayangan anda kemudian ketikan localhost
jika tampilan nya seperti di bawah ini maka selamat anda telah berhasil menginstall apache2 di opensuse
Dilanjut mari kita install php5 nya
seperti tampilan di atas untuk install php5 cukup mengetikan perintah yang ads di bawah ini
#zypper in php5 php5-mysql apache2-mod_php5 <enter>
tunggu sampai proses installasi selesai
setelah installasi selese maka selanjutnya kita harus enable mod-php nya
perintahnya adalah sebagai berikut
#a2enmod php5
setelah work, maka sekarang kita harus restart apachenya dengan perintah sebagai berikut ;
#systemctl restart aphace2
setelah selesai mari kita cek apakah sudah berhasil install php atau belum dengan membuat file index.php kemudian save pada /svr/www/htdocs/
kemudian isi file index.php dengan kode dibawah ini
<?php
phpinfo();
?>
Lalu simpan. buka browser dan ketikan http://localhost/index.php
jika muncul tampilan seperti yang ada di bawah ini maka selamat anda telah sukses install php5
Maka, setelah berhasil, terakhir kita install mariaDB sebagai pengganti mysql
untuk installasi kode seperti biasa kita menggunakan zypper
#zypper in mariaDB mariaDB-tools
tunggu sampai installasi selese. jika sudah mari kita jalankan mariaDB servernya. Ketikan perintah di bawah ini
# systemctl start mysql
untuk start automatis saat reboot / manyalakan komputer ketikan perintah di bawah ini :
#systemctl enable mysql
untuk restart
# systemctl restart mysql
untuk mengetikan
# systemctl stop mysql
untuk configurasi mysql nya ketikan perintah di bawah ini
#mysql_secure_installation
NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB
SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!
In order to log into MariaDB to secure it, we'll need the current
password for the root user. If you've just installed MariaDB, and
you haven't set the root password yet, the password will be blank,
so you should just press enter here.
Enter current password for root (enter for none):
ketikkan enter
... (output sequel of previous command)
OK, successfully used password, moving on...
Setting the root password ensures that nobody can log into the MariaDB
root user without the proper authorisation.
Set root password? [Y/n] y
ketik y
... (output sequel of previous command)
New password:
ketikan password anda
... (output sequel of previous command)
Re-enter new password:
ketikan lagi passord root anda dengan benar
.. (output sequel of previous command)
Password updated successfully!
Reloading privilege tables..
... Success!
By default, a MariaDB installation has an anonymous user, allowing anyone
to log into MariaDB without having to have a user account created for
them. This is intended only for testing, and to make the installation
go a bit smoother. You should remove them before moving into a
production environment.
Remove anonymous users? [Y/n]
ketikan y
... (output sequel of previous command)
... Success!
Normally, root should only be allowed to connect from 'localhost'. This
ensures that someone cannot guess at the root password from the network.
Disallow root login remotely? [Y/n]
ketik y
... (output sequel of previous command)
... Success!
By default, MariaDB comes with a database named 'test' that anyone can
access. This is also intended only for testing, and should be removed
before moving into a production environment.
Remove test database and access to it? [Y/n]
ketik y
... (output sequel of previous command)
- Dropping test database...
... Success!
- Removing privileges on test database...
... Success!
Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.
Reload privilege tables now? [Y/n]
ketik y
... (output sequel of previous command)
... Success!
Cleaning up...
All done! If you've completed all of the above steps, your MariaDB
installation should now be secure.
Thanks for using MariaDB!
ok sudah finish
untuk masuk ke mariaDB ketikan perintah di bawah ini
#mysql -u root -p <enter>
Enter password :
ketikan password anda dengan benar
... (output sequel of previous command)
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 154
Server version: 10.0.22-MariaDB openSUSE package
Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]
Maka selamat anda telah bisa masuk ke mariaDB
sekarang terakhir kita install phpmyadmin untuk memudahkan administrasi mariaDB tanpa harus lewat command line
seperti biasa kita gunakan zypper
ketikan :
#zypper in phpmyadmin
tunggu sampai selese .
dan tararararaaaaa, selamat ada telah berhasil install semua yang di butuhkan di lampp☺☺☺☺
mungkin, dicukupkan sekian penjelasan mengenai bagaimana Cara Install Lamp / Linux apache mysql php di linux opensuse leap 42.1 dengan gampang dan tidak menyita waktu banyak, apabila
ada yang perlu didiskusikan tinggalkan koment anda pada kolom komentar
atau hubungi saya langsung lewat
Contact Us😊😊😊