Difference between revisions of "How to make a website"
From Internet User Guide
(→Developer-hosted versus user-installed) |
|||
| Line 18: | Line 18: | ||
A [[dynamic website]] is a highly complex system, made up of a hierarchy of files written in a mixture of [[HTML]], [[CSS]] and a [[scripting language]], and connected to a [[database]]. The website script dynamically reconstructs the [[web page]] each time the server receives a request for the page from a client. It uses a standard format stored in the file system, and fetches the appropriate contect for each page element from the website's database. A [[dynamic website]] is generally implemented by using a [[Content Management System]] (CMS), selected from among the many that are available for creating and managing dynamic websites. While use of a CMS simplifies deployment of a [[dynamic website]], such deployment requires knowing how to install and use the CMS software, and generally also requires some knowledge of database management, scripting languages and other more advanced Internet skills. | A [[dynamic website]] is a highly complex system, made up of a hierarchy of files written in a mixture of [[HTML]], [[CSS]] and a [[scripting language]], and connected to a [[database]]. The website script dynamically reconstructs the [[web page]] each time the server receives a request for the page from a client. It uses a standard format stored in the file system, and fetches the appropriate contect for each page element from the website's database. A [[dynamic website]] is generally implemented by using a [[Content Management System]] (CMS), selected from among the many that are available for creating and managing dynamic websites. While use of a CMS simplifies deployment of a [[dynamic website]], such deployment requires knowing how to install and use the CMS software, and generally also requires some knowledge of database management, scripting languages and other more advanced Internet skills. | ||
| − | ==Installing your website | + | ==Installing your own static website== |
(To be written) | (To be written) | ||
| − | :See [[How to install a website | + | Installing your website on a web hosting service |
| + | |||
| + | :See [[How to install a static website]] | ||
| + | |||
| + | ==Installing your own dynamic website== | ||
| + | (To be written) | ||
| + | |||
| + | :See [[How to install a dynamic website]] | ||
==Installing a test website on localhost== | ==Installing a test website on localhost== | ||
| Line 28: | Line 35: | ||
==See also== | ==See also== | ||
| − | *[[How to install a website | + | *[[How to install a static website]] |
| + | *[[How to install a dynamic website]] | ||
*[[How to install a website on localhost]] | *[[How to install a website on localhost]] | ||
*[[How to run a web server]] | *[[How to run a web server]] | ||