Changes
Jump to navigation
Jump to search
I installed Copy the wordpress directory under to /var/lib/wordpress and then made make a symlink from /var/www/blog to /var/lib/wordpress (much like how the mediawiki was done) so that http://128.42.44.22/blog points to the WP blog: $ sudo cp -r ~/Downloads/wordpress /var/lib/wordpress $ cd /var/www/html $ sudo ln -s /var/lib/wordpress blog Navigate a browser to http://128.42.44.22/blog/wp-admin/install.php to complete the installation (you'll be asked to create an admin user for the WordPress site).
Test Web Server Documentation (view source)
Revision as of 16:09, 16 March 2016
, 16:09, 16 March 2016→Installing WordPress (3/14/2016)
Edit the lines that define the DB_NAME, DB_USER, and DB_PASSWORD constants to have the values that you used to set up the MySQL database and user above.
== To-do list ==