To Create a Web page in peso.ecom.cmu.edu

 

Here are the steps to publish your page in peso.  If you need to see the detail, please following the links to examples

  1. Login to peso.ecom.cmu.edu

  2. Make sure you have public_html directory under your home directory

         $ pwd

    /home/your_user_name

 

    $ ls -F

    public_html/            <-- If no such directory, you need to create one

 

         $ mkdir public_html

  1. ftp your file into public_html directory

  2. Find your file in http://peso.ecom.cmu.edu/~your_user_name/your_file_name.html

      For example, you call your file hw3.html and put it in public_html directory.  You can find it in http://peso.ecom.cmu.edu/~your_user_name/hw3.html