Difference between revisions of "Lamp Server Notes"
From OpenEMR Project Wiki
Line 1: | Line 1: | ||
==Installation== | ==Installation== | ||
<pre style="font-size: 130%; margin: 0 2em 0 2em;"> | |||
sudo apt-get install lamp-server^ | |||
sudo apt-get install apache2-doc | |||
</pre> | |||
<br><br> | <br><br> | ||
==Apache Notes== | ==Apache Notes== | ||
=====Location of Config Files===== | =====Location of Config Files===== |
Revision as of 15:55, 23 May 2014
Installation
sudo apt-get install lamp-server^ sudo apt-get install apache2-doc
Apache Notes
Location of Config Files
- /etc/apache2
- /etc/apache2
Location of Apache2 Manual
- /usr/share/doc/apache2-doc/
MySQL Notes
PHP Notes