IT/Software/Web Applications: Difference between revisions

From msgwiki
< IT‎ | Software
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.
No edit summary
No edit summary
Line 8: Line 8:
### this is largely up to the end user
### this is largely up to the end user
= These are all applications that we are running in the LAMP stack=
= These are all applications that we are running in the LAMP stack=
* [[IT/Software/Applications/Web Applications/Moodle| Moodle]]
* [[IT/Software/Web Applications/Moodle| Moodle]]
* [[IT/Software/Applications/Web Applications/WordPress| WordPress]]
* [[IT/Software/Web Applications/WordPress| WordPress]]
* [[IT/Software/Applications/Web Applications/NextCloud| NextCloud]]
* [[IT/Software/Web Applications/NextCloud| NextCloud]]
* [[IT/Software/Applications/Web Applications/MediaWiki| MediaWiki]]
* [[IT/Software/Web Applications/MediaWiki| MediaWiki]]

Revision as of 08:34, 1 May 2020

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