Create and Publish your Website with Adobe Dreamweaver
The following article explains how to publish your site using Dreamweaver. Dreamweaver is a program developed by Macromedia/Adobe used to create websites. The website is usually created locally first and then published to the web server.
To initially create your website locally, please follow these steps:
Note: This only needs to be done the first time you create your website.
1. Open Dreamweaver on your local machine.
2. From the Site menu select Manage Sites.
3. Click New.
4. Enter a name for your website.
5. Choose if you will be using a server technology like ColdFusion or ASP.NET.
6. Select Edit local copies on my machine.
7. Enter the path to the folder you would like to use to store your website.
8. Click Next.
9. Select FTP as the method used to connect to your remote server.
10. Enter the necessary information:
* Hostname: enter your domain name or IP address
* Folder: this field can be left blank (Windows accounts) or enter htdocs (Linux accounts)
* FTP login: enter your FTP username
* FTP password: enter your FTP password
11. Click Test Connection to ensure Dreamweaver can connect to the server.
12. Click Next.
13. Choose if you wish to enable checking in and checking out of file. This option is recommended if multiple people will be working on the pages in your website.
14. Click Next.
15. Click Done.
