Install Questions

Starting a clean install on Ubuntu 18.04. I’m working from the Doc for Ubuntu 18.04/Apache.

Right now I’m at the point where I run composer and am seeing this after waiting waiting 5 minutes:

Installing librenms/librenms (dev-master c9748b166eb0e16830eb6057e5b962a109eac428)

  • Installing librenms/librenms (dev-master master): Cloning master

    Failed to download librenms/librenms from source: The process “git clone --no-checkout ‘https://github.com/librenms/librenms.git’ ‘librenms/’ && cd ‘librenms/’ && git remote add composer ‘https://github.com/librenms/librenms.git’ && git fetch composer” exceeded the timeout of 300 seconds.
    Now trying to download from dist

The first time I tried this it continued the install and pulled several components before failing at “tecnickcom/tcpdf”

I’ve opened up the firewall completely for this host just to be sure and ufw is inactive.

Any thoughts before I retry?

Update: After trying several times with the same result, I added “COMPOSER_PROCESS_TIMEOUT=2000” and … oddly enough … everything ran almost instantly.

Go figure.