magento2-server-configuration icon indicating copy to clipboard operation
magento2-server-configuration copied to clipboard

Magento 2 server configuration -PHP7, Nginx, Postfix

Results 6 magento2-server-configuration issues
Sort by recently updated
recently updated
newest added

Hi david, I use aws EC2, run "sudo bash install.sh" as root, but the error comes out. It will be great if this can be fixed. thanks. ![error](https://user-images.githubusercontent.com/52539335/62295708-3ea0bf80-b4a0-11e9-9807-8ac034c662c7.PNG)

Failed to load resource: the server responded with a status of 404 (Not Found) How to fix? Thank you

This seems very similar to issue #5 which is tagged as closed. I have pulled all the latest updates from the repo. I am running as my with sudo rights...

In next release you could add configuration to set home path for Magento installation. in install.ini ``` magento_path=/var/www/home/site1.domain.com/ ```

Couldn't the Redis install script just be done with these lines?: sudo apt-get install redis-server php-redis -y sudo systemctl restart redis-server.service

Curious if you'd consider adding phpmyadmin to your install script. Adding it manually after running your installer (which I love) seems to have problems.

Improvement