First commit

This commit is contained in:
Timothy Warren 2012-01-09 11:54:50 -05:00
parent eef9c8dfcc
commit ecda02296c
2 changed files with 4 additions and 1 deletions

View File

@ -48,5 +48,7 @@ And it's a good idea to see what packages will be installed, without actually in
Each package added to the file looks like this:
`[category]/[software] ~amd64` or if you are using a 32-bit version, `[category]/[software] ~x86`
* If the software doesn't have the `USE` settings it needs, for example if php doesn't have mysql support, you can add these to the `package.use` file in `/etc/portage`
* If the software doesn't have the `USE` settings it needs, for example if php doesn't have mysql support, you can add these to the `package.use` file in `/etc/portage` :
`dev-lang/php mysql`

View File

@ -2,3 +2,4 @@
A guide to setup and maintain a webserver with php/lighttpd
[./GENERAL.md](General Topics)