Portal Home > Knowledgebase > General > What exactly is a Web application?

What exactly is a Web application?

In the most general terms, a Web application is a piece of software that runs on a Web server. A Web server is a just a specialized computer designed to host Web pages.

Most Web applications are comprised of two components: files and a database. When you install a Web application, you will need to make sure all of the files are copied over into the appropriate location AND that a database (and database user) has been set up to connect to those files. Often, you will have to do some configuration to make sure the application knows how to access the database.

The system we use for Domain of One's Own uses a special script installer called Installatron that allows you to automatically install dozens of open source applications. When you use Installatron, you don't need to worry about moving files, creating datbases, or doing the initial configuration. It's all taken care of for you. You can find out more about Installatron here

In order to run on the Domain of One's Own server, Web applications must be aple to run on a LAMP server, which is the particular kind of Web server that we use. Occasionally, a Web application may require additional components or modules that need to be installed on the server. If you want to install an application (that is not part of the Installatron suite), and it has requirements that you're not sure the server can meet, please contact us

Add to Favourites  Add to Favourites    Print this Article  Print this Article

Was this answer helpful?