Difference between revisions of "Mesh/Website/Local"

100 bytes added ,  17:52, 4 November 2013
(adds code tags)
Line 6: Line 6:
* Install [https://en.wikipedia.org/wiki/LAMP_(software) LAMP server] which is a common software stack of Linux with Apache, MySQL, and PHP (but also can refer to Perl/Python).  
* Install [https://en.wikipedia.org/wiki/LAMP_(software) LAMP server] which is a common software stack of Linux with Apache, MySQL, and PHP (but also can refer to Perl/Python).  
*: <code>$ sudo apt-get install tasksel</code>
*: <code>$ sudo apt-get install tasksel</code>
*** Select the "LAMP server" option with the space bar, then press enter or select the "OK" button.
*: or, possibly use:  
*: or, possibly use:  
*: <code>$ sudo apt-get install lamp-server</code>
*: <code>$ sudo apt-get install lamp-server</code>