| Author |
Message |
kjb
Joined: 16 Jan 2008
Posts: 2
Location: Bloomington, IN USA
|
| Posted: Wed Jan 16, 2008 4:34 pm Post subject: ubuntu lamp |
|
|
does anyone have experience or knowledge of installing ubuntu - and wether it includes an option to install apache, php mysql, etc from within the ubuntu distribution. like, i'm a noobie, and i doubt i would be able to confiogure and maintain everything without some easy way to do it.
thanks for sharing any thoughts. |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2343
Location: Galloway, NJ
|
| Posted: Wed Jan 16, 2008 4:42 pm Post subject: |
|
|
apt-get update <-- pulls in the latest list of packages from the remote repo
apt-get upgrade <-- upgrades all installed packages to their most current version
apt-cache search <somepackagename> <-- keyword searches the repo for package names
apt-get install <packagename> <-- installs package
For example:
apt-get install apache2 mysql-server php5 <-- to install AMP
-Chris |
|
| Back to top |
|
kjb
Joined: 16 Jan 2008
Posts: 2
Location: Bloomington, IN USA
|
| Posted: Wed Jan 16, 2008 4:47 pm Post subject: thnx |
|
|
thnx chris. that looks ez.
i will get in trouble tryiing it though, watch me....
linode jsut looks too durn good - i gotta attempt it.
anyone wanna help me with a little bit of sysadmin in exchange for uh, advertising on a web news/zine ???
that would be my best solution. then i could do what i do instead of try to be a sysadmin. |
|
| Back to top |
|
Xan
Joined: 08 Feb 2004
Posts: 285
Location: Austin
|
| Posted: Thu Jan 17, 2008 12:39 am Post subject: |
|
|
The great thing about Linode is how easy it is to experiment. Try some stuff, break it, start all over again until you like what you see. In fact, it's only $20/month to have a completely experimental node on which you can try stuff before rolling it out to your production node. That can really help you get started, even if you don't need it long-term.
Just keep good notes on the commands you used! |
|
| Back to top |
|
zunzun
Joined: 18 Feb 2005
Posts: 162
Location: Birmingham, Alabama USA
|
| Posted: Thu Jan 17, 2008 7:44 pm Post subject: |
|
|
http://www.howtoforge.com/lamp_installation_ubuntu6.06
looks like a good start.
James |
|
| Back to top |
|
| |