PrestaShop is a freemium, open source e-commerce platform. The software is published under the Open Software License. It is written in the PHP programming language with support for the MySQL database management system. It has a software dependency on the Symfony PHP framework.
http://
instead of https://
Use the View Console icon at the top of this page to see your administrator credentials. See our FAQ for more information about the Vultr Web Console.
You'll see two sets of credentials on that screen.
user@example.com
account and your unique password in the Web Console to log in to your admin panel. bitnami
account with the password bitnami
to log in to the server via the web console. You'll be prompted to change you password the first time you log in. SSH is disabled by default on this application. To enable SSH:
bitnami
. If this is your first login, the password is bitnami
. If you prefer the nano text editor over vim, install nano.
$ sudo apt install nano
Otherwise, substitute vim
in the command below.
Edit the SSH configuration file.
$ sudo nano /etc/ssh/sshd_config
Find the #PasswordAuthentication yes
line and remove the comment character. When finished, it should look like this:
PasswordAuthentication yes
Save and exit the file.
Enable the SSH service.
$ sudo rm -f /etc/ssh/sshd_not_to_be_run
$ sudo systemctl enable --now ssh
You can now connect to the server with SSH. Use your bitnami
account and password.
First point the IP of the server to a domain, then using either the Vultr Web Console or ssh, login and run the following command:
`$ sudo /opt/bitnami/bncert-tool`
More information on certs available at https://docs.bitnami.com/virtual-machine/faq/administration/generate-configure-certificate-letsencrypt/ or for a self-signed cert, please visit https://docs.bitnami.com/virtual-machine/apps/prestashop/administration/create-ssl-certificate-apache/
You can visit the official documentation for this Bitnami PrestaShop App to get more detailed information by visiting https://docs.bitnami.com/virtual-machine/apps/prestashop/
Report an application with malicious intent or harmful content.