AWSUbuntu: Difference between revisions
| Line 9: | Line 9: | ||
* give full access e.g to SAMBA users | * give full access e.g to SAMBA users | ||
sudo chmod -R 777 /var/www/html/ | sudo chmod -R 777 /var/www/html/ | ||
To avoid errors | |||
sudo chmod -R 755 magento2/ | |||
==Samba== | ==Samba== | ||
Revision as of 18:29, 30 September 2018
Magento
- installation according to here and update for PHP 7.1 according to here
- mysql user=root pwd=root
- install PHPMyAdmin
- in addition
sudo ln -s /usr/share/phpmyadmin/ /var/www/html/phpmyadmin
- http://34.220.188.76/magento2/
- http://34.220.188.76/magento2/admin
- give full access e.g to SAMBA users
sudo chmod -R 777 /var/www/html/
To avoid errors
sudo chmod -R 755 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