IT/Software/Web Applications: Difference between revisions
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.
Walttheboss (talk | contribs) No edit summary |
Walttheboss (talk | contribs) 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 | * [[IT/Software/Web Applications/Moodle| Moodle]] | ||
* [[IT/Software | * [[IT/Software/Web Applications/WordPress| WordPress]] | ||
* [[IT/Software | * [[IT/Software/Web Applications/NextCloud| NextCloud]] | ||
* [[IT/Software | * [[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.
- It typically has three parts
- Software running in /var/www/html/
- Database running in mysql
- We typically use phpMyAdmin to manage our databases
- Files which are stored:
- in the webroot as WordPress or outside as Moodle
- this is largely up to the end user