Installasi Wordpress di Ubuntu: Difference between revisions
Appearance
Created page with "*Sebelum menginstall pada server Anda lebih bail update dan upgrade server terlebih dahulu sudo apt update && sudo apt upgrade *Jika belum menginstall web server seperti Nginx dan Apache silahkan untuk menginstall nya terlebih dahulu *Lalu instal database MySQL atau MariaDB *Download file WordPress demgan menggunakan perintah <code>wget</code> wget https://wordpress.org/latest.zip *Pindahkan file ke document root domain unzip latest.zip /var/www/" |
No edit summary |
||
| Line 5: | Line 5: | ||
*Lalu instal database [[MySQL]] atau [[MariaDB]] | *Lalu instal database [[MySQL]] atau [[MariaDB]] | ||
*Download file [[WordPress]] demgan menggunakan perintah <code>wget</code> | *Download file [[WordPress]] demgan menggunakan perintah <code>wget</code> | ||
wget https://wordpress.org/latest.zip | wget <nowiki>https://wordpress.org/latest.zip</nowiki> | ||
*Pindahkan file ke document root domain | *Pindahkan file ke document root domain | ||
unzip latest.zip /var/www/ | unzip latest.zip /var/www/ | ||
Revision as of 18:53, 6 January 2022
- Sebelum menginstall pada server Anda lebih bail update dan upgrade server terlebih dahulu
sudo apt update && sudo apt upgrade
- Jika belum menginstall web server seperti Nginx dan Apache silahkan untuk menginstall nya terlebih dahulu
- Lalu instal database MySQL atau MariaDB
- Download file WordPress demgan menggunakan perintah
wget
wget https://wordpress.org/latest.zip
- Pindahkan file ke document root domain
unzip latest.zip /var/www/