Difference between revisions of "Mesh/Website/Local"
Jump to navigation
Jump to search
→Debian / Ubuntu / General? Linux
(→Debian / Ubuntu / General? Linux: adds a different indentation) |
|||
Line 9: | Line 9: | ||
*: or, possibly use: | *: or, possibly use: | ||
*: <code>$ sudo apt-get install lamp-server</code> | *: <code>$ sudo apt-get install lamp-server</code> | ||
*: if that doesn't work, try installing lamp via the following: | |||
*:<code>$ sudo apt-get install apache2</code> | |||
*: Then install PHP: | |||
*:<code>$ sudo apt-get install php5 libapache2-mod-php5 </code> | |||
* Examine how Apache runs, can be managed as a <code>service</code> to "reload" or "restart", and how it works with PHP. | * Examine how Apache runs, can be managed as a <code>service</code> to "reload" or "restart", and how it works with PHP. | ||
** For most of this, having a full LAMP install saves a bit of configuration time to get running. | ** For most of this, having a full LAMP install saves a bit of configuration time to get running. |