Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INSTRALL WORDPRESS VIA SSH CLIENT / TERMINAL
- Buat database dan user database
- # cd
- # cd /usr/share/nginx/html/example.com/public_html
- # wget http://wordpress.org/latest.tar.gz
- # tar -xzvf latest.tar.gz
- # mv wordpress/* ./
- # rmdir ./wordpress/
- # rm -f latest.tar.gz
- Contoh domain http://example.com
- Buka di browser > http://example.com/wp-admin/install.php
- Masukkan database, user, password, server, ikuti sampai selesai.
- CARA KEDUA
- Buat database dan user database
- # cd
- # cd /usr/share/nginx/html/example.com/public_html
- # wget http://wordpress.org/latest.tar.gz
- # tar -xzvf latest.tar.gz
- # mv wordpress/* ./
- # rmdir ./wordpress/
- # rm -f latest.tar.gz
- # wp-config-sample.php wp-config.php
- # nano wp-config.php
- Edit database, user, password
- Save.
- Contoh domain http://example.com
- Buka di browser > http://example.com/wp-admin/install.php
- Ikuti langkahnya
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement