toggle background image
WordPress
Some navigation will not work unless JavaScript is enabled
 All Links: Showv | Hide^ 

ITP Help

Special Requests

Dates/Hours v

Curriculum v

ITP Resources v

Off Floor Resources v

Tech Notes v

ITP Community v

Showing Work v

Thesis v

Servers v

ITP Policies v

Orientation/Registration v







Help / WordPress

Help.WordPress History

Hide minor edits - Show changes to output

Changed lines 13-16 from:
||wget wordpress.org/latest.zip||
||unzip latest.zip||
||mv wordpress "your blog name"||
||cd "your blog name'||
to:
||wget wordpress.org/latest.zip||%green%get the latest version of wordpress||
||unzip latest.zip||%green%unzips it to a folder called wordpress||
||mv wordpress "your blog name"||%green%similar to rename||
||cd "your blog name'||%green%change directory to your blog directory
||
Changed lines 35-36 from:
#%item value=4% After you are done with that (remember to save the file with unix line endings). You can upload the entire folder to your "public_html" directory on itp.nyu.edu.
#
You may want to change the name of the folder so that it is something nicer and more descriptive. The name can have letters, numbers, and underscores. Don't use spaces.
to:
#%item value=4% After you are done with that (remember to save the file with unix line endings). You can upload the config file to the blog directory on itp.nyu.edu that you just created if you editted it on your local machine.
Added line 24:
Deleted line 23:
|| border=0 cellspacing=0 cellpadding=0 width=80% align=center
Changed lines 24-27 from:
define('DB_NAME', 'database_name'); //%green% The name of the database (usually your netid) \\||
define
('DB_USER', 'username'); //%green% Your MySQL username (usually your netid) \\||
define('DB_PASSWORD', 'password'); //%green% Password stored in sqlpw.. (not your NETID password) \\||
define('DB_HOST', 'localhost'); // %green%You won't need to change this value on ITP's server||
to:
|| border=0 cellspacing=0 cellpadding=0 width=80% align=center
||define('DB_NAME',
'database_name'); //%green% The name of the database (usually your netid) \\||
||define('DB_USER',
'username'); //%green% Your MySQL username (usually your netid) \\||
||define('DB_PASSWORD', 'password'); //%green% Password stored in sqlpw.. (not your NETID password) \\||
||define('DB_HOST', 'localhost'); // %green%You won't need to change this value on ITP's server||
Changed lines 24-27 from:
define('DB_NAME', 'database_name'); //%green% The name of the database (usually your netid) \\
define('DB_USER', 'username'); //%green% Your MySQL username (usually your netid) \\
define('DB_PASSWORD', 'password'); //%green% Password stored in sqlpw.. (not your NETID password) \\
define('DB_HOST', 'localhost'); // %green%You won't need to change this value on ITP's server
to:
define('DB_NAME', 'database_name'); //%green% The name of the database (usually your netid) \\||
define('DB_USER', 'username'); //%green% Your MySQL username (usually your netid) \\||
define('DB_PASSWORD', 'password'); //%green% Password stored in sqlpw.. (not your NETID password) \\||
define('DB_HOST', 'localhost'); // %green%You won't need to change this value on ITP's server||
Changed lines 24-27 from:
define('DB_NAME', 'database_name'); // The name of the database (usually your netid) \\
define('DB_USER', 'username'); // Your MySQL username (usually your netid) \\
define('DB_PASSWORD', 'password'); // ...and password stored in sqlpw.. (not your NETID password) \\
define('DB_HOST', 'localhost'); // You won't need to change this value on ITP's server
to:
define('DB_NAME', 'database_name'); //%green% The name of the database (usually your netid) \\
define('DB_USER', 'username'); //%green% Your MySQL username (usually your netid) \\
define('DB_PASSWORD', 'password'); //%green% Password stored in sqlpw.. (not your NETID password) \\
define('DB_HOST', 'localhost'); // %green%You won't need to change this value on ITP's server
Changed lines 24-26 from:
define('DB_NAME', 'database_name'); // The name of the database \\
define('DB_USER', 'username'); // Your MySQL username \\
define
('DB_PASSWORD', 'password'); // ...and password.. (not your NETID password) \\
to:
define('DB_NAME', 'database_name'); // The name of the database (usually your netid) \\
define('DB_USER', 'username'); // Your MySQL username (usually your netid) \\
define('DB_PASSWORD',
'password'); // ...and password stored in sqlpw.. (not your NETID password) \\
Changed lines 12-13 from:
||cd blogname||%green%change directory into your new blog directory||
|| border=0 cellspacing=0 cellpadding=0 width=80% align=center
to:
||cd public_html||%green%change directory into your web enabled directory||
Deleted line 16:
|| border=0 cellspacing=0 cellpadding=0 width=80% align=center
Changed lines 10-12 from:
|| border=0 cellspacing=0 cellpadding=0 width=80% align=center
||cd&nbsp;public_html||%green%change directory to where your public web files are: public_html%% [[<<]]%blue%Note: if you don't want your blog directory at the top level of your site then cd to the directory that should contain your blog directory%%||
|| border=0 cellspacing=0 cellpadding=0 width=80% align=center
to:
Changed lines 8-9 from:
# log into stu.itp.nyu.edu with ssh and type the following linux line commands:
to:
# log into '''stu.itp.nyu.edu''' with '''ssh''' and type the following linux line commands:
Deleted line 12:
||mkdir&nbsp;blogname ||%green%make an empty directory for your new blog%%||
Changed lines 16-19 from:
||svn&nbsp;co&nbsp;[=http://=]svn.automattic.com/wordpress/tags/3.1&nbsp;'''.'''[[<<]]||%green% copy whole line including [[<<]]the final dot (.)%%||
to:
||wget wordpress.org/latest.zip||
||unzip latest
.zip||
||mv
wordpress "your blog name"||
||cd "your blog name
'||
Changed lines 8-9 from:
# log into itp.nyu.edu with ssh and type the following linux line commands:
to:
# log into stu.itp.nyu.edu with ssh and type the following linux line commands:
Changed lines 39-41 from:
->http://itp.nyu.edu/~YOURNETID/nameofwordpressfolder/wp-admin/install.php.
to:
->http://itp.nyu.edu/~YOURNETID/nameofwordpressfolder/wp-admin/install.php.
Changed line 17 from:
||svn&nbsp;co&nbsp;[=http://=]svn.automattic.com/wordpress/tags/3.0.1&nbsp;'''.'''[[<<]]||%green% copy whole line including [[<<]]the final dot (.)%%||
to:
||svn&nbsp;co&nbsp;[=http://=]svn.automattic.com/wordpress/tags/3.1&nbsp;'''.'''[[<<]]||%green% copy whole line including [[<<]]the final dot (.)%%||
Changed line 17 from:
||svn&nbsp;co&nbsp;[=http://=]svn.automattic.com/wordpress/tags/2.7.1&nbsp;'''.'''[[<<]]||%green% copy whole line including [[<<]]the final dot (.)%%||
to:
||svn&nbsp;co&nbsp;[=http://=]svn.automattic.com/wordpress/tags/3.0.1&nbsp;'''.'''[[<<]]||%green% copy whole line including [[<<]]the final dot (.)%%||
Changed line 11 from:
||cd&nbsp;public_html||%green%change directory to where your public web files are: public_html%% %blue%Note: if you don't want your blog directory at the top level of your site then cd to the directory that should contain your blog directory%%||
to:
||cd&nbsp;public_html||%green%change directory to where your public web files are: public_html%% [[<<]]%blue%Note: if you don't want your blog directory at the top level of your site then cd to the directory that should contain your blog directory%%||
Changed line 15 from:
||cd&nbsp;blogname|||%green%change directory into your new blog directory||
to:
||cd&nbsp;blogname||%green%change directory into your new blog directory||
Changed line 17 from:
||svn&nbsp;co&nbsp;[=http://=]svn.automattic.com/wordpress/tags/2.7.1&nbsp;.||%green% copy whole line including the final dot (.)%%||
to:
||svn&nbsp;co&nbsp;[=http://=]svn.automattic.com/wordpress/tags/2.7.1&nbsp;'''.'''[[<<]]||%green% copy whole line including [[<<]]the final dot (.)%%||
Changed lines 19-20 from:
||cp&nbsp;wp-config-sample.php&nbsp;wp-config.php |||%green%Create a config file for the blog. %% ||
to:
||cp&nbsp;wp-config-sample.php&nbsp;wp-config.php ||%green%Create a config file for the blog. %% ||
Changed lines 10-22 from:
|| border=0 cellspacing=0 cellpadding=0 width=80% align=center
||cd public_html ||||
||
||%green% change directory to where your public web files are: public_html%%||
||
||%blue%Note: if you don;t want your blog directory at the top level of your site then cd to the directory that should contain your blog directory%%||
||mkdir blogname ||||
|| ||%green% make an empty directory for your new blog%%||
||cd blogname ||||
||
||%green%change directory into your new blog directory||
||svn co [=http://=]svn.automattic.com/wordpress/tags/2.7.1 . ||||
|| ||%green% copy whole line including the final dot (.)%%||
||cp wp-config-sample.php wp-config.php ||||
||
||%green%Create a config file for the blog. %% ||
to:
|| border=0 cellspacing=0 cellpadding=0 width=80% align=center
||cd&nbsp;public_html||%green%change directory to where your public web files are: public_html%% %blue%Note: if you don't want your blog directory at the top level of your site then cd to the directory that should contain your blog directory%%||
|| border=0 cellspacing=0 cellpadding=0 width=80% align=center
||mkdir&nbsp;blogname ||%green%make an empty directory for your new blog%%||
|| border=0 cellspacing=0 cellpadding=0 width=80% align=center
||cd&nbsp;blogname|||%green%change directory into your new blog directory||
|| border
=0 cellspacing=0 cellpadding=0 width=80% align=center
||svn&nbsp;co&nbsp;[=http://=]svn.automattic.com/wordpress/tags/2.7.1&nbsp;.||%green% copy whole line including the final dot (.)%%||
|| border=0 cellspacing=0 cellpadding=0 width=80% align=center
||cp&nbsp;wp-config-sample.php&nbsp;wp-config.php |||%green%Create a config file for the blog. %% ||
Changed lines 8-13 from:
# Next, if you don't have a mysql database on ITP's server, send an e-mail to itp.helpdesk@nyu.edu requesting one.
#
Download WordPress from http://wordpress.org/download/ to your computer.
#
If it didn't auto extract, you need to do that.
#
Open up the extracted folder and find the wp-config-sample.php file and rename/copy it to wp-config.php.
#
Now you can edit that file in your favorite text editor. Be sure to save the file with Unix line breaks.
to:
# log into itp.nyu.edu with ssh and type the following linux line commands:

||
border=0 cellspacing=0 cellpadding=0 width=80% align=center
||cd
public_html ||||
||
||%green% change directory to where your public web files are: public_html%%||
||
||%blue%Note: if you don;t want your blog directory at the top level of your site then cd to the directory that should contain your blog directory%%||
||mkdir
blogname ||||
|| ||%green% make an empty directory for your new blog%%||
||cd blogname ||||
|| ||%green%change directory into your new blog directory||
||svn co [=http://=]svn.automattic.com/wordpress/tags/2.7.1 . ||||
|| ||%green% copy whole line including the final dot (.)%%||
||cp wp-config-sample.php wp-config.php ||||
|| ||%green%Create a config file for the blog. %% ||

#%item value=3% Now you can edit that file, wp-config.php,
in your favorite text editor. Be sure to save the file with Unix line breaks.
Changed line 38 from:
#%item value=7% After you are done with that (remember to save the file with unix line endings). You can upload the entire folder to your "public_html" directory on itp.nyu.edu.
to:
#%item value=4% After you are done with that (remember to save the file with unix line endings). You can upload the entire folder to your "public_html" directory on itp.nyu.edu.
Changed line 7 from:
# First check out the suggestions on blogsecurity.net on [[http://blogsecurity.net/wordpress/wordpress-security-whitepaper/ | How to Secure WordPress]]
to:
# First check out the suggestions at blogsecurity.net on [[http://blogsecurity.net/wordpress/wordpress-security-whitepaper/ | How to Secure WordPress]]
Changed line 11 from:
# Open up the folder and find the wp-config-sample.php file and rename it wp-config.php.
to:
# Open up the extracted folder and find the wp-config-sample.php file and rename/copy it to wp-config.php.
Changed line 23 from:
// Note: For added security, please consider changing thes \\
to:
// Note: For added security, please consider changing this \\
Changed lines 3-4 from:
First, try out ITP's [[Help/Blog| Multi-User WordPress Blog]]
to:
First, try out ITP's [[Help/Blog| WordPress Multi-User Blog System]]
Changed line 9 from:
# Download WordPress http://wordpress.org/download/ to your computer.
to:
# Download WordPress from http://wordpress.org/download/ to your computer.
Changed lines 5-13 from:
If for some reason that system, doesn't work for you, you can install a single user WordPress blog in your own account on itp.nyu.edu, by following these instructions:


#
First, if you don't have a mysql database on ITP's server, send an e-mail to itp.helpdesk@nyu.edu requesting one.
# Second
, download WordPress http://wordpress.org/download/ to your computer.
#
Third, if it didn't auto extract, you need to do that.
#
Next, open up the folder and find the wp-config-sample.php file and rename it wp-config.php.
#
Now you can edit that file in your favorite text editor (if you have a choice when you save it, do so with Unix line breaks).
to:
If for some reason that system, doesn't work for you, you can install a single user WordPress blog in your own account on itp.nyu.edu, by following these instructions.

#
First check out the suggestions on blogsecurity.net on [[http://blogsecurity.net/wordpress/wordpress-security-whitepaper/ | How to Secure WordPress]]
#
Next, if you don't have a mysql database on ITP's server, send an e-mail to itp.helpdesk@nyu.edu requesting one.
#
Download WordPress http://wordpress.org/download/ to your computer.
#
If it didn't auto extract, you need to do that.
#
Open up the folder and find the wp-config-sample.php file and rename it wp-config.php.
#
Now you can edit that file in your favorite text editor. Be sure to save the file with Unix line breaks.
Changed lines 17-19 from:
define('DB_NAME', 'database_name'); // The name of the database -- probably your NETID \\
define('DB_USER', 'username'); // Your MySQL username, again, probably your NETID \\
define('DB_PASSWORD', 'password'); // ...and password.. Not your NETID password \\
to:
define('DB_NAME', 'database_name'); // The name of the database \\
define('DB_USER', 'username'); // Your MySQL username \\
define('DB_PASSWORD', 'password'); // ...and password.. (not your NETID password) \\
Changed line 23 from:
// Note: ITS Security recommends changing this \\
to:
// Note: For added security, please consider changing thes \\
Changed line 27 from:
#%item value=6% After you are done with that (remember to save the file). You can upload the entire folder to your "public_html" directory on itp.ny.edu.
to:
#%item value=7% After you are done with that (remember to save the file with unix line endings). You can upload the entire folder to your "public_html" directory on itp.nyu.edu.
Added lines 1-32:
!Instructions for Setting up WordPress on itp.nyu.edu

First, try out ITP's [[Help/Blog| Multi-User WordPress Blog]]

If for some reason that system, doesn't work for you, you can install a single user WordPress blog in your own account on itp.nyu.edu, by following these instructions:


# First, if you don't have a mysql database on ITP's server, send an e-mail to itp.helpdesk@nyu.edu requesting one.
# Second, download WordPress http://wordpress.org/download/ to your computer.
# Third, if it didn't auto extract, you need to do that.
# Next, open up the folder and find the wp-config-sample.php file and rename it wp-config.php.
# Now you can edit that file in your favorite text editor (if you have a choice when you save it, do so with Unix line breaks).

->Here is a portion of the file with the parts that you should edit. Fill in database_name, username and password with the information from the info sheet you got when your database was set up.

->// ** MySQL settings ** // \\
define('DB_NAME', 'database_name'); // The name of the database -- probably your NETID \\
define('DB_USER', 'username'); // Your MySQL username, again, probably your NETID \\
define('DB_PASSWORD', 'password'); // ...and password.. Not your NETID password \\
define('DB_HOST', 'localhost'); // You won't need to change this value on ITP's server

->// You can have multiple installations in one database if you give each a unique prefix \\
// Note: ITS Security recommends changing this \\
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!


#%item value=6% After you are done with that (remember to save the file). You can upload the entire folder to your "public_html" directory on itp.ny.edu.
# You may want to change the name of the folder so that it is something nicer and more descriptive. The name can have letters, numbers, and underscores. Don't use spaces.
# Next, you are ready to run the install procedure, go to the following URL and follow the instructions:
->http://itp.nyu.edu/~YOURNETID/nameofwordpressfolder/wp-admin/install.php.
Page last modified on September 04, 2012, at 02:38 PM