AWSUbuntu: Difference between revisions

From Wiki RB4
Line 2: Line 2:
* installation according to [https://www.youtube.com/watch?v=aJDSigVa7To here] and update for PHP 7.1 according to [https://devdocs.magento.com/guides/v2.2/install-gde/prereq/php-ubuntu.html here]
* installation according to [https://www.youtube.com/watch?v=aJDSigVa7To here] and update for PHP 7.1 according to [https://devdocs.magento.com/guides/v2.2/install-gde/prereq/php-ubuntu.html here]
** mysql user=root pwd=root
** mysql user=root pwd=root
mysql --user=root --password=root
* install PHPMyAdmin
* install PHPMyAdmin
** in addition  
** in addition  

Revision as of 22:00, 1 October 2018

Magento

  • installation according to here and update for PHP 7.1 according to here
    • mysql user=root pwd=root
mysql --user=root --password=root
  • install PHPMyAdmin
    • in addition
sudo ln -s /usr/share/phpmyadmin/ /var/www/html/phpmyadmin
sudo chmod -R 777 /var/www/html/

To avoid errors

sudo chmod -R 777 magento2/

Samba

  • installation according to here
    • user: ubuntu
    • password: Halloo0@1
    • share: HTML_SHARE
    • backup of configuration
\etc\samba\smb.conf.sik
  • edit security group according to here