WordPress 4.1.1 installation on Ubuntu 14.04: Difference between revisions

Jump to navigation Jump to search
add correct the permission
add the final step
add correct the permission
Line 132: Line 132:
</VirtualHost>d
</VirtualHost>d
</source>
</source>
== Correct the permissions ==
wp-content folder needs to be writable by the web server.
<div class="cli">
<span style="color:#00ff00;">mhan</span><span style="color:#444444;">@</span><span style="color:#00cccc;">brahms</span><span style="color:#999999">:</span><span style="color:blue;">/srv/www/blog</span><span style="color:#cccccc;">
$ <b class="color:white;">chmod -R 777 wp-content</b>
</span></div>


== Complete the installation ==
== Complete the installation ==


This is the final step which doesn't involve any CLI commands. Go to the site URL and it should take you through the rest of the installation process. In the example I used above, it would be <wiki>http://michael.blog.com</nowiki>. Enjoy.
This is the final step which doesn't involve any CLI commands. Go to the site URL and it should take you through the rest of the installation process. In the example I used above, it would be <wiki>http://michael.blog.com</nowiki>. Enjoy.

Navigation menu