WordPress in Bitnami
How to enable SSH?
Run below command in the terminal:
sudo rm -f /etc/ssh/sshd_not_to_be_run
sudo systemctl enable ssh
sudo systemctl start ssh
What is the default WordPress path?
/opt/bitnami/apps/wordpress/htdocs#
How to check Apache status
sudo /opt/bitnami/ctlscript.sh restart nginx
sudo /opt/bitnami/ctlscript.sh status
How to find out Bitnami WordPress default credentials
Run the following command to see your application credentials:
sudo cat /home/bitnami/bitnami_credentials
This Post Has 0 Comments