shell scripts?

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

shell scripts?

Post by Charles256 »

Okay. I'm running Ubuntu and I've managed to get PHP/MySQL/Apache instaleld using Synaptic Package manager but when I went and downloaded my favoriete PHP editor, NuSphere, it downloaded a .sh file and I can't figure out how to install it..any links?tips?hints?
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Code: Select all

chmod a+x filename.sh
./filename.sh
Post Reply