Any way to install Krayin in a shared server? #2280
-
Hi, is there a any package to install Krayin in a shared server (without access to ssh - without using the composer cmd? like just deploy the package at the public_html folder and get it installed? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, you can do that via Plesk using "Git Repositories" to the last version or using Softaculous (deprecated version 2.0.4) |
Beta Was this translation helpful? Give feedback.
-
Krayin is built on Laravel, which requires certain setup steps to run correctly. Please ensure your package is deployed as a proper Laravel application. Required steps:
Without these steps, the application will not function properly. If your hosting doesn’t support SSH or Composer, you can install Krayin locally and upload the entire project (including the vendor folder) to your server. |
Beta Was this translation helpful? Give feedback.
@jmourinho
Krayin is built on Laravel, which requires certain setup steps to run correctly. Please ensure your package is deployed as a proper Laravel application.
Required steps:
Without these steps, the application will not function properly. If your hosting doesn’t support SSH or Composer, you can install Krayin locally and upload the entire project (including the vendor folder) to your server.