Hello,
I am trying to install flarum on a shared hosting server through namecheap. These are the commands I followed to install composer onto the server.
- Connect via SSH and cd into directory the app should be installed into.
- "cp /usr/lib/php.ini php.ini"
- Add the following two lines to the copied php.ini file:
detect_unicode = Off
suhosin.executor.include.whitelist = phar
- Download and install composer by executing "curl -sS https://getcomposer.org/installer | php -c php.ini" command
I am stuck after this, I tried running multiple commands but none of them worked, Is there any way to make this work?
Thanks!