Forums LAMPStack

how do you install it?

Subscribe to how do you install it? 3 post(s), 2 voice(s)

 
Avatar airplanesrule 5 post(s)

I just downloaded it, and tried

sh /home/andy/Desktop/downloads/bitnami-lampstack-0.9.4-linux-installer.bin

but that returned:

/home/andy/Desktop/downloads/bitnami-lampstack-0.9.4-linux-installer.bin: 1: Syntax error: “(” unexpected

please help

 
Avatar beltran Administrator 389 post(s)

Hi,

You only need to give it executable permissions:

$ chmod +x bitnami-lampstack-0.9.4-linux.bin

To begin the installation process, invoke from a shell or double-click on
the file:

$ ./bitnami-lampstack-0.9.4-linux-installer.bin

 
Avatar airplanesrule 5 post(s)

thanks

Forums LAMPStack