Skip to content

Publish with Dreamweaver

Walk-through of managing site in Dreamweaver:

  1. In the Site menu, click, Manage Sites ..>New ..>Site
  2. Click on the "New Site" button
  3. In the Site Setup dialog box:
    • Give your site a name (this is not a filename, so it can include spaces, etc.)
    • click on the folder to the right of the Local Root Folder and navigate to the folder where your website will live. Click okay. It will look like this:
  4. local

  5. Under Category, choose "Server"
  6. Click the + symbol. It looks like this:
  7. addserver

  8. Fill out the following information:
    remote

    • Name the server (publish server will do fine)
    • Change the pulldown to SFTP
    • Host: sftp.uwo.ca
    • Username: uwo email name
    • Password: your funky uwo password
    • Host Directory: public_html
    • Click "OK"
  9. Then click save …>save …>OK…>Done.

Okay, now the Files palette should show what you have in your site so far. (There will only be the images folder and the images in it, plus the index file.) If this doesn’t appear, go to the Window menu and choose “files”.

publishing in dreamweaverPublishing to the Server

      1. Open Files Panel
      2. Highlight files (or folders) you wish to publish
      3. Click on blue “upload” arrow (#1 on screenshot)
      4. Check to see if the site updated properly in browser (remember, your url will be: https://publish.uwo.ca/~username)
      5. If you received a “not authorized” 410Error, change permissions:
        • In Files Panel, use the pull-down to change from “local view” (your computer) to “remote view” (the server) (#2 on screenshot above)
        • Right-click on folders and files now showing and choose “set permissions” from the dialog
        • Change number in field to 755. [see screencap below]
        • Go back to “local view” in pull-down.

permissions

A few tips for setting permissions:

      • Do not set the permissions for the root folder (at the top of the dialog).
      • You can only do one level of your hierarchy at a time. That means you will have to set the permissions for a folder first, THEN you can set the permissions for the files in that folder. (You can highlight all the files within one folder at one time, and set the permissions in one go.)
      • Remember to go back to the local view after you’ve finished setting the permissions.

Remember you’ll find your website at:

https://publish.uwo.ca/~username

Download this tutorial as a cheatsheet. [pdf]

Leave a Reply