Y
Hacker News
new
|
ask
|
show
|
jobs
by
bti
4849 days ago
It could not be any easier to get a LAMP stack up and running on a fresh server.
$ apt-get install lamp-server
1 comments
knotty66
4849 days ago
I think you may need the caret at the end if you are using apt-get rather than tasksel directly:
$ apt-get install lamp-server^
link
$ apt-get install lamp-server^