ITPWiki
Some navigation will not work unless JavaScript is enabled
All Links: Showv | Hide^
Special Requests
Highlighted FAQs
SPACE
FALL 2013 INFO
SUMMER COURSE INFO
HEALTH
FLOOR 411*
- Labs
- Lab Policy
- Audio Help
- Video Help
- Equipment Room
- ER Check In Out Mandatory Session
- Checkout Policy
- Equipment Lists
- Classrooms
- Rooms Schedule
- Room Reservations/Policy
- Facilities
- Wireless Computing
- On-Floor Printing
- Floor Map
- Staging Space
- Physical Computing
- Announcements
- Policy
- Safety
- Project Storage
- Shop
- Safety
- Laser Cutter
- ** New ** Bobst Library Guide for ITP
- Advanced Media Studio
- Materials Connexion
- Fabricators
Help / ITPWiki
Instructions for Setting up PMWiki on itp.nyu.edu
To be part of ITP's wiki farm and use NYU NetID/NetID passwords for authentication
- Download itp_pmwiki to your computer.
- If it didn't auto extract, you need to do that.
- 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.
- Open up the extracted folder and edit the file called 'htaccess' with your favorite text editor. Be sure to save the file with Unix line breaks.
- In the line that reads
RewriteBase /~netid/wikiname
change NETID to you netid
change WIKINAME to whatever you are named your wiki folder
change NETID to you netid
change WIKINAME to whatever you are named your wiki folder
- Save the file (don't forget to use unix line endings).
- Next edit the 'config.php' file inside the 'local' subdirectory. Editing instructions are in this file as comments. When saving your changes, remember to save with unix line endings.
- You can upload the entire folder to your "public_html" directory on itp.nyu.edu.
- Once uploaded, rename this htaccess file to .htaccess (a dot in front of htaccess). This makes the file a hidden file so make sure your sftp/scp program is set to show hidden files.
- Change permission on the 'wiki.d' directory to be world-writable (chmod 777)
- You should now be able to go to
http://itp.nyu.edu/~netid/wikiname/
Click on 'login' in the sidebar
and login with your netid/password
Click on 'login' in the sidebar
and login with your netid/password
http://www.pmwiki.org is a great resources. If you have questions/problems, search there first.
Additional options
- you can add skins to pub/skins
- edit the default skin in pub/skins/itpwiki
- add cookbook plugins to cookbook/
Cookbooks already included in the wiki farm are:
- celltable.php
- includefieldpage.php
- includeurl.php
- rssdisplay.php
- tabtable.php
- verysimpletodo.php
- XToDo.php
For a simple class wiki, http://itp.nyu.edu/varwiki/ is available for any class.
For a dedicated class wiki, the instructor should send an e-mail to itp.helpdesk@nyu.edu requesting that a wiki be set up and the requested URL, i.e.:
itp.nyu.edu/classname
itp.nyu.edu/classname/wiki
If you prefer a different version of pmwiki, you can dowload it from http://www.pmwiki.org/wiki/PmWiki/Download
This version will not be able to use NYU NetID/NetID passwords for authentication.




