Difference between revisions of "Mesh/Website/Local"

195 bytes added ,  11:18, 9 November 2013
(→‎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.
Anonymous user