-
Notifications
You must be signed in to change notification settings - Fork 940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while creating project #338
Comments
alchemy/zippy 0.4.3 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system. Try to install mbstring via apt first. |
Seems like I need a dependency manager to get this dependency protect running...is there a list off everything I need, so I am not doing this one for are a time? |
Installed mbstring and then had memory errors, created a swap file and then it all installed. Seriously, why is there not a list or requirements and prerequisites? |
With the current version of Composer (1.5), assuming you're on a standard Linux/macOS machine, you should be able to run something like With Composer 1.6 (currently in its release candidate phase), there's a Related: composer/composer#4658 |
I have used the BurdaMagazinOrg/thunder-project#20 (comment) solution, this helped for the php 7.2 |
Ubuntu 16.04
I fell like getting this to work is so much more trouble, then just installing Drupal. The guide/documentation seems to be missing several steps, or somethings are assumed (yet not stated) about your server build, and I'm not even talking about permissions (which was a Google adventure).
My issue, while trying to create the project:
Installed composer and configured globally
mv composer.phar /usr/local/bin/composer
ran
myuser:/var/www/html$ composer create-project drupal-composer/drupal-project:8.x-dev /var/www/html/mysite/ --stability dev --no-interaction
received errors for php unable to unzip/zip, so ran
apt-get install php-xml
rm all the files in mysite folder and ran the create-project again.
now received errors below:
composer require alchemy/zippy
The text was updated successfully, but these errors were encountered: