Replies: 2 comments 3 replies
-
Hi, I could solve the problem. The official manual install guide tells you to create a new virtualhost on port *:80 called /etc/apache2/sites-available/akeneo-pim.local.conf In my case apache and php7.4-fpm runs with www-data as the permissions in /var/www/html/ (my documentroot where akeneo CE is installed) So to add user: Hope it helps, will try to add the clean guide if it helps someone else. |
Beta Was this translation helpful? Give feedback.
-
(This is the guide modified, it worked for me)
|
Beta Was this translation helpful? Give feedback.
-
Hi, I am new with Akeneo, trying to install CE version first to evaluate. We are already working with Magento EE and would like to integrate with Akeneo.
I hope to be asking in the right place, if not please tell me.
I followed the manual steps here: System Install Ubuntu 20.04 installed in a fresh new virtualbox, steps went good at least no errors appear.
Also checked and applied the steps here: System Requeriments
The problem start trying to get this guide to work: Installation CE
This is what I did:
I create a dir in my user home dir called pim, and run inside it:
composer create-project akeneo/pim-community-standard /srv/pim "5.0.*@stable"
then composer create-project starts I accept with Y some "writes "allow-plugins" to composer.json) [y,n,d,?]" questions.
I attached the output composer create-project log:
compose_create-project_log.txt
Seems to have ran ok without fatal errors I think... :-)
then I create the .env.local (as I read a not in .env that should use that field)
run
NO_DOCKER=true make prod
I copy the complete directory (hidden files also) to /var/www/html/ and chown to user/group www-data, and this as shown in the guide:
sudo chmod ug+rw /var/www/html/var/cache /var/www/html/var/logs /var/www/html/public
So it ended like this:
So I browse http://virtualboxIP/public and and finally there I get the login screen but with some images missing, if I enter admin/admin and click on login, it goes just to a blank apache "404 Not Found" default error.
Looking the logs I get this from /var/log/apache2/access.log
Hope you can help me to get Akeneo working?
(will try posting in StackOverFlow [akeneo] as suggested in "issues", have already dig every issue, but no luck)
Thanks,
(edited with updates)
Beta Was this translation helpful? Give feedback.
All reactions