625
edits
(→Debian / Ubuntu / General? Linux: adds a different indentation) |
|||
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> |