How to install Wordpress in a SEAS account.
- Make sure you have CGI enabled on Fling or Alliance for the account where you want to install Wordpress.
- You will also need a MySQL database.
- Connect to the account via the command line.
- Create a directory called "dynamic" within your html directory:
cd html
mkdir dynamic
chmod 755 dynamic
cd dynamic - From within the dynamic directory, run the following commands to get the Wordpress installation files:
wget http://wordpress.org/latest.tar.gz
tar xfzp latest.tar.gz - Visit your Wordpress site to finish the installation process:
Where "username" is the account name where you are installing Wordpress. Replace "fling.seas" with "alliance.seas" if appropriate.https://fling.seas.upenn.edu/~username/dynamic/wordpress - Fill in your database information.

Database Name: the account name
Username: the account name
Password: your MySQL password
Database Host: either fling.seas.upenn.edu or alliance.seas.upenn.edu, depending where you are running CGI
Table Prefix: the default is fine unless you are installing a second instance of Wordpress using the same database. - Follow the rest of the steps of the installation.
- After the installation is complete, you will need to change the permissions on the config file to make sure no one can see your MySQL password. Run this command from within your wordpress directory:
chmod 600 wp-config.php
If you have any questions, please contact cets@seas.upenn.edu.
