Now i need to install some server software to it.
And Instructions on how to do it, Apperently im a complete noob at installing stuff...
So, what the best linux server program out there?
Now i need to install some server software to it.
And Instructions on how to do it, Apperently im a complete noob at installing stuff...
So, what the best linux server program out there?
Look up LAMP in google.
Last edited by thetestingsite; 03-03-2007 at 02:10 AM.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Don't do that.... or use Synaptic (especially since I'm not entirely sure those are the correct package names for Kubuntu).Code:$ sudo apt-get install apache php mysql
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Thetestingsite, That link leads to a genetics program...
and i went to wikipedia. found lamp. ran the appget commands.
im having problems copying the files to /var/www
access denied.
...
i burned the contents of my site to a cd. except my music.
im running at a megadeath deficit right now...
Make sure you are in super user (or logged in as root).
Yea, sorry about that. Just did a google search and found that as the first result. Was kinda busy earlier so didn't really look at what it was.That link leads to a genetics program...
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
I Dont know how to login as root...
boxxertrumps:Don't bother with that LAMP thing.Code:$ su - <enter root password> # apt-get install apache php mysql
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
apache, php &mysql is installed, but i dont know how to change the permisions of the var/www/ folder so that i can change the contents without logging in as root.
you could probably do something like
Code:sudo chmod 777 /var/www
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Don't do that either. You don't want to change the contents of the whole /var/www folder, just the htdocs section. su to root, then:(may also be /var/www/localhost/htdocs, depending on the server's setup).Code:# chmod -R youruser:users /var/www/htdocs
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks