PDA

View Full Version : [SOLVED] Installing Bitnami .run file



orange2k
July 2nd, 2012, 04:16 PM
I downloaded bitnami-wordpress from the Bitnami site - the 64-bit linux version, but I have trouble getting it to run.

What should I do to run that file?

raja.genupula
July 2nd, 2012, 04:22 PM
as i know .run file can be installed as

open a terminal and type as

chmod +x /pathtofile/name.run
./name.run

orange2k
July 2nd, 2012, 04:27 PM
Thanks, it works now...