Installing Wordpress on Redbrick: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 18: Line 18:
*You now have a folder called "wordpress" in your public_html folder, and that's basically as much as you need to do from your SSH connection.  <code>http:redbrick.dcu.ie/~'''YOURUSERNAME'''/wordpress/</code>
*You now have a folder called "wordpress" in your public_html folder, and that's basically as much as you need to do from your SSH connection.  <code>http:redbrick.dcu.ie/~'''YOURUSERNAME'''/wordpress/</code>
*You need to check the permission on config.php also, so that it is 400.  
*You need to check the permission on config.php also, so that it is 400.  
  <code>chmod 400 config.php</code>
  <code>chmod 400 wp-config.php</code>
*Follow the WordPress instructions there, you will need a Mysql database at this point just email admins for one
*Follow the WordPress instructions there, you will need a Mysql database at this point just email admins for one


Navigation menu