Kjenos
Kjenos

Reputation: 559

Pimcore installation on webserver

I started to test the new Pimcore during the last few days. I realized, you can't install Pimcore with the common vendor/bin/pimcore-install command anymore. So how I am supposed to install Pimcore on my webserver after I loaded the files via FTP to the server.

Do I need a SSL connection? If this is the case, I have to switch me provider.

Thanks a lot.

Upvotes: 0

Views: 422

Answers (3)

Dennis Wiemann
Dennis Wiemann

Reputation: 91

The right way would be to have an ssh connection to the server to use the CLI and start the vendor/bin/pimcore-install command. For example it initializes the Database, adds the needed Data to the Database like Users and install/compile Assets. Also you need an Supervisord to consume the messages for maintenance.

Theoretically you can install it on a System and copy the database and the Files and set the DB_URL Environment Variable to the new Database but this way is not recommended. Also this could be lead to directory permission problems

Upvotes: 0

Siqu
Siqu

Reputation: 147

Yes you need a SSH connection to run the needed install commands via the CLI.

Upvotes: 2

Ashwin Rana
Ashwin Rana

Reputation: 21

I don't think you need a SSL connection but you do need CLI terminal in order to you PHP-CLI commands and PIMCore CLI commands in your web server.

Upvotes: 1

Related Questions