New install

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
justynpride
Posts: 6
Joined: 04 Nov 2019, 06:23

New install

Post by justynpride » 09 Nov 2019, 23:07

I’m a newbie to this and just trying to install the system with my host. The install appears be go ok and the dB is populated with tables, etc.. My problem is that I can’t actually access the site after the completion of the install.

I’ve used the command composer create-project aimeos/aimeos myshop for the install, filled in the details for the .env and seen the dB tables being created. The system is running php 7.2 and I’m accessing via CPanel. I’ve tried the relevant sub domain with and without the Port 8000.

Any helpful suggestions?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: New install

Post by aimeos » 10 Nov 2019, 12:01

On a hosting server, you have to configure the ./public/ directory as the document root and remove the port (8000) from the URL and from the APP_URL setting in the .env file.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

justynpride
Posts: 6
Joined: 04 Nov 2019, 06:23

Re: New install

Post by justynpride » 10 Nov 2019, 15:38

Perfect. I'm in! Huge thanks.

Post Reply