Playing with new Lucid, gotta admit this little kitty is pi$$ing me off on various levels... I am also daring to touch kUbuntu (no I am NOT capitalizing that k until it proves itself worthy of it!!!), and it's screwing up with the sound...
ANYWAY, since I've been ridden with web app development (which is nowhere NEAR what I should be doing! ), I had a need to install apache, phpmyadmin and all the other nice stuffs required.
So let's beeegin! :)
To install all the required stuff, windoze has a nice little app called wamp. Since there's no wamp(ire) for ubuntu, we do it like they do it on discovery channel - text mode!
To install apache, mysql and phpmyadmin:
sudo apt-get install php5 mysql-server apache2 phpmyadmin
Don't forget to set up all the passwords and select apache as the default server for phpmyadmin. If you forgot to set apache as the server, you can fix it up by reconfiguring phpmyadmin:
sudo dpkg-reconfigure -plow phpmyadmin
That done, test the localhost and it should tell you IT WORKS! :)
However, phpmyadmin will probably mess with you, here's the quickfix to include the phpMyadmin-shipped Apache configuration into Apache:
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
It should work once you restart the apache:
cd /usr/sbin/
sudo apache2ctl restart
And it should allll be up and running!
Nema komentara:
Objavi komentar