Skip to content
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

Composer hangs on "updating dependencies" #1885

Closed
giovi321 opened this issue Apr 8, 2016 · 3 comments
Closed

Composer hangs on "updating dependencies" #1885

giovi321 opened this issue Apr 8, 2016 · 3 comments

Comments

@giovi321
Copy link

giovi321 commented Apr 8, 2016

Issue details

Composer hangs on "Updating dependencies" after the following command:
SYMFONY_ENV=prod ./composer.phar install --no-dev -o --prefer-dist

If I use the command
root@GC04SRVR /var/www/wallabag # SYMFONY_ENV=prod *_composer *_install --no-dev -o --prefer-dist
I just get an error message of command not found.

Environment

  • wallabag version (or git revision) that exhibits the issue: 2.0
  • How did you install wallabag? Via git clone
  • php version: PHP 5.4.45-0+deb7u2
  • OS: Debian 8
  • type of hosting (shared or dedicated): dedicated
  • which storage system you choose at install (SQLite, MySQL/MariaDB or PostgreSQL): mysql

Steps to reproduce/test case

root@SERVER /var/www/wallabag # SYMFONY_ENV=prod ./composer.phar install --no-dev -o --prefer-dist
Running composer as root/super user is highly discouraged as packages, plugins and scripts cannot always be trusted
Loading composer repositories with package information
Updating dependencies

@tcitworld
Copy link
Member

composer can really take a while to finish, how long did you consider ? Also, it uses a lot of memory. If you keep having issues with it, you can try downloading the package for shared hosting, but you'll need extra configuration if you need to use something else than SQLite.

@nicosomb
Copy link
Member

nicosomb commented Apr 8, 2016

You will have a problem with your PHP version: you need PHP > 5.5.9.

@j0k3r
Copy link
Member

j0k3r commented Apr 8, 2016

Kind of duplicate of #1883 (check my last comment)

@j0k3r j0k3r closed this as completed Apr 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants