You are not able to access the CGI directly, so you must register (if you have not done so already for another course) with OIT. This will enable you to access the CGI on campuscgi.princeton.edu. To get set up, see Princeton University Campus CGI Facility .
auction as a sub-directory in your public_html directory on Arizona machines
with the
commands:cd ~/public_html mkdir auctionchmod 755 auctionauction under /usr/campuscgi/your_netid/ as follows: cd /usr/campuscgi/your_netid mkdir auctionchmod 755 auctionchmod ### filename#4) Most of the files that you have just copied need only be
slightly modified with simple changes that have already been marked
for you. This means that you will need to skim through the
code and replace the highlighted words with the description, i.e. replace occurrences of
*YOUR NETID* with your OIT network id.
Changes such as these will need to be made in the files:
register.html
index.html
agree.html
ferris.html
.htaccess
#5) After above steps, you should now have a preliminary web site up and
running just like the example. Open a web browser and view your auction pages at http://www.princeton.edu/~your_netid/auction
and try it out.