php - Install specific Wordpress installation with theme on Ubuntu 14.04 x64 DigitalOcean -
Our company partners sent us the custom Wordpress installation for the website
Installation is 2 files.
-
installer.php
-
installation.zip (example)
I followed the Then followed the guide to install Wordpress, but instead of downloading from the Wordpress website I used to use my custom installation. Now live in both of those files then I accessed: And this error occurred: It tells you that PHP can not write to / var / www / html, Changes to the permissions in the directory It seems that you are only changing file permissions and not directories. In addition, the use of 777, 755 should not be sufficient. Command: www -data users can use apache or not its process; You can use the real username: Apache, MySQL, PHP (LAMP) Guide to Install Stacks at Ubuntu 14.04. Worked perfectly. / var / www / html http: //my_server_ip/installer.php
# change permissions of the directory chmod-R 755 / Www / data / var / www / html
ps aux | Egrep '(apache | httpd)' '
Comments
Post a Comment