IT/Software/Web Applications

From msgwiki
< IT‎ | Software
Revision as of 06:41, 22 January 2020 by Walttheboss (talk | contribs)
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.

= Web Apps refer to a class of software that is a visual GUI presented via a browser.

  1. It typically has three parts
    1. Software running in /var/www/html/
    2. Database running in mysql
      1. We typically use phpMyAdmin to manage our databases
    3. Files which are stored:
      1. in the webroot as WordPress or outside as Moodle
      2. this is largely up to the end user

These are all applications that we are running in the LAMP stack