Nextcloud will not boot after "upgrade": my apache2 install sees my memcache but nextcloud does not?

Solution found

See Nextcloud is already the latest version - #8 by bb77

Specifically, making this alias was all I needed. I have no idea why this works.

alias nocc="sudo -u www-data php --define apc.enable_cli=1 /var/www/html/nextcloud/occ"