Vladimir Posted May 10, 2024 Report Posted May 10, 2024 Hello! I'm trying to install Drupal 10 on UniServerZ. Installation is done using Composer. I downloaded composer to the UniServerZ and UniServerZ/bin folder, but it is not called normally from the Server Panel and does not want to load Drupal 10. How do I install Composer correctly and start installing Drupal 10. Sincerely, Vladimir. Quote
Jamie Oliver Posted July 29, 2025 Report Posted July 29, 2025 Hi Vladimir, to install Composer correctly on UniServerZ, place the composer.phar file in the UniServerZ\home\us_config\bin folder and add it to the PATH via the UniServer console (Start_as_program.exe > PHP > Run PHP Console). Then run composer create-project drupal/recommended-project my_site_name_dir from that console to begin installing Drupal 10. Slope Game Quote
alicesphere Posted 16 hours ago Report Posted 16 hours ago On 5/10/2024 at 10:16 PM, Vladimir said: Hello! I'm trying to install Drupal 10 on UniServerZ. Installation is done using Composer. I downloaded composer to the UniServerZ and UniServerZ/bin folder, but it is not called normally from the Server Panel and does not want to load Drupal 10. How do I install Composer correctly and start installing Drupal 10. Sincerely, Vladimir. popular games Hello Vladimir! To install Composer correctly on UniServerZ, make sure you follow these steps: Download Composer: Ensure you have the latest version of Composer downloaded to your UniServerZ/bin directory. Set Environment Variables: Add the path to your Composer executable in the system environment variables so it can be accessed globally. Run Composer: Open the command line and navigate to your Drupal project directory, then run composer create-project drupal/recommended-project my_site_name_dir to start the installation. If you encounter any issues, feel free to ask for help! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.