Installasi Wordpress di Ubuntu: Difference between revisions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
*Lalu instal database [[MySQL]] atau [[MariaDB]] | *Lalu instal database [[MySQL]] atau [[MariaDB]] | ||
*Download file [[WordPress]] dengan menggunakan perintah <code>wget</code> | *Download file [[WordPress]] dengan menggunakan perintah <code>wget</code> | ||
<syntaxhighlight lang="bash"> | |||
wget https://wordpress.org/latest.zip | |||
</syntaxhighlight> | |||
*Pindahkan file ke document root domain | *Pindahkan file ke document root domain | ||
<syntaxhighlight lang="bash"> | |||
unzip latest.zip /var/www/ | |||
</syntaxhighlight> | |||
[[Category:Tutorial]] | [[Category:Tutorial]] | ||
[[Category:Ubuntu]] | [[Category:Ubuntu]] | ||
[[Category:Server]] | [[Category:Server]] | ||