LAMP Environments

When you sign up for an account on digitalscholarship.brown.edu, you get a personal space on our web hosting service. There are a few things you need to know about the configuraton of the servers that will make it easier to understand what you can do with your new space.

The Web Server

The web server is the main computer that is associated with the digitalscholarship.brown.edu hosting account. It is literally a computer that has special software on it that allows it to be accessible via the web. The files that run your applications, images, video, or any other files you upload into your Web space are stored on this server.

(For comparison’s sake, your desktop or laptop computer, by default, doesn’t allow this; I can’t access files on your computer through a web browser by default. You can actually install web server software on your own computer, and then make your files accessible over the Web. For security reasons, we don’t recommend this!)

In order to run properly, a web server has to have an operating system installed and some kind of web server software. Our Digital Scholarship at Brown hosting environment runs the LINUX operating system and an APACHE Web server.

The Database Server

In addition to the web server, there is also an associated database server. This is hosted on another computer that is specially configured to host databases. It is also connected to your web server so that the applications  on your server can retrieve data from databases hosted on the database server.

Databases come in many varieties. The kind of database you can use for a Web application depends on the kind of software that’s installed on the database server. Our Digital Scholarship at Brown hosting environment runs mySQL databases.

The Programming Language

When you install open-source software on your web account, it is written in a programming language. Our Digital Scholarship at Brown hosting environment has software installed on it that allows it to understand different programming languages. If you install software that’s written in a language that your web server doesn’t handle, it won’t run.

The Digital Scholarship at Brown hosting environment can currently interpret PHP, PERL and Python.

Add it Together: LAMP

If you take a look at all the descriptions above, you can determine that we are running what is known as a LAMP server for digitalscholarship.brown.edu:

  • Linux (operating system)
  • Apache (web server)
  • MySQL (database server)
  • PHP/PERL/PYTHON (programming language)

Applications that are written for LAMP environments will, presumably, run on the server. However, some applications do require additional extensions or libraries that aren’t included in a LAMP environment by default. The applications you can install via Installatron (in cPanel) should work just fine.

LAMP environments are unique because all components are open-source, meaning Linux, Apache, MySQL, PHP, PERL, and PYTHON are open for anyone to use for free. Anyone can also modify them and redistribute them. As a result, there are lots of online resources for using these systems that have been built by their communities of users. But, also as a result, since you’re not paying for these systems, you can’t just call up a company and ask them to fix a problem.