PDA

View Full Version : [ubuntu] Re-installed ubuntu 8.04 LTS



lukydude
October 14th, 2008, 10:01 PM
I just reinstalle dubuntu 8.04... I'm wondering I've installed apache, mysql, php & all ruby ruby on raills and rails stuff I'm wondering how do i acess the programs and make webpages etc.? also I found the web directory for apache but its /var/www wher eonly rooy is allowed to edit... login as root= error the root user can't login - stating ubuntu is broken because the route user can't login thus several programs wil lnot work.

lukydude
October 14th, 2008, 11:05 PM
Any help?

cariboo
October 15th, 2008, 12:34 AM
You can temporarily give your files in /var/www a permission of 777 until you are ready to go live then change the permission back to 755.

Or you can create your pages in your home directory and then copy them to /var/www using sudo.

Jim

lukydude
October 15th, 2008, 01:37 AM
You can temporarily give your files in /var/www a permission of 777 until you are ready to go live then change the permission back to 755.

Or you can create your pages in your home directory and then copy them to /var/www using sudo.

Jim

How do i do that? I know a few things about Linux and I help people with installations but I'm sorta lost on accessing the directive I've been trying to follow https://help.ubuntu.com/community/RubyOnRails

lukydude
October 15th, 2008, 01:48 AM
I've used root@luke-desktop-ubuntu:~# sudo chown luke /etc/lighttpd/lighttpd.conf recently would that work for allowing me access to www directory if i adapted it slightly?

lukydude
October 15th, 2008, 02:37 AM
I just can't figure out how towork apche perl ruby on rails or anything else... it's so complicated!... .graaaaa!

lukydude
October 15th, 2008, 08:13 AM
i want to be using ruby on rails, php, mysql & apache but i can't get them to work and yes i do have gcc installed

lukydude
October 15th, 2008, 05:10 PM
oh come on no reply and its been 8 hhours...

lukydude
October 15th, 2008, 08:16 PM
I guess ill drop the issue :(

lukydude
October 15th, 2008, 11:34 PM
support/ community / forum eh? wheres that? i'm left on my own with only 1 reply that doesnt explain it's self very well.

lukydude
October 16th, 2008, 08:37 PM
21 hours no reply... this is getting tiring.

louieb
October 17th, 2008, 02:32 AM
Haven't played with ruby but to get my lamp server (http://louieb.isa-geek.net/)up and running got most of my hints from this. ApacheMySQLPHP - Community Ubuntu Documentation (https://help.ubuntu.com/community/ApacheMySQLPHP)

Also search the how to and server sections of the forum.

Good Luck.