Page 1 of 1

How to install AIMEOS onto shared server

Posted: 09 Nov 2017, 21:09
by cypriotxx
I have SSH access to shared hosting and this error comes up , they dont allow allow_url_fopen being on so is there any way passing this , i had a look online and i can see some using CURL instead of allow_url_fopen in other applications and it works , any help appreciated

public_html]$ composer create-project --prefer-dist laravel/laravel myshop


[Composer\Downloader\TransportException]
The "https://packagist.org/packages.json" file could not be downloaded: all
ow_url_fopen must be enabled in php.ini (https:// wrapper is disabled in th
e server configuration by allow_url_fopen=0
failed to open stream: no suitable wrapper could be found)

Re: How to install AIMEOS onto shared server

Posted: 09 Nov 2017, 22:07
by aimeos
If composer doesn't support curl instead, you won't be able to install Aimeos directly on that server. Instead, install Aimeos in your local environment and sync the complete directory including all files and subdirectories to the shared web server.

Re: How to install AIMEOS onto shared server

Posted: 09 Nov 2017, 23:21
by cypriotxx
hosting supports CURL but how to install using CURL ?

thank you so much

Re: How to install AIMEOS onto shared server

Posted: 10 Nov 2017, 11:52
by aimeos
Won't work! Install local and sync to the server afterwards.