Difference between revisions of "Template:Server Side Software Architecture"
IVSWikiBlue (talk | contribs) |
IVSWikiBlue (talk | contribs) |
||
Line 1: | Line 1: | ||
{{Section | title = <h1>Server Side Software Architecture</h1> | content = | {{Section | title = <h1>Server Side Software Architecture</h1> | content = | ||
− | <div class="floating_card">Our software is built on the standard | + | <div class="floating_card">Our software is built on the standard LEMP (Linux, Nginx, MySQL, and PHP) architecture. The software has been designed to work on the latest LTS version of Ubuntu Linux (Server Edition). There are 3 main components to the software application:</div> |
{{Grid 2 | left_width = 500px | left = | {{Grid 2 | left_width = 500px | left = | ||
<dl> | <dl> | ||
<dt>Web Server</dt> | <dt>Web Server</dt> | ||
− | <dd>This makes up the bulk of the application and consists primarily of PHP web pages being served up by the | + | <dd>This makes up the bulk of the application and consists primarily of PHP web pages being served up by the Nginx web server.</dd> |
<dt>Database</dt> | <dt>Database</dt> | ||
Line 15: | Line 15: | ||
</dl> | </dl> | ||
− | + | ||
− | <div style="margin-left:50px">{{img - no_click | file = | + | <div style="margin-left:50px">{{img - no_click | file = VALT6_Docker_Architecture.png | width = 900px}}</div> |
}} | }} | ||