• To install wordpress on my computer, downloaded bitnami-wordpress-3.2.1-2-linux-installer.bin.As advised on http://codex.ww.wp.xz.cn/BitNami when using command:
    chmod +x /path/to/bitnami-wordpress-3.2.1-2-linux-installer.bin
    or chmod +x /path/to/bitnami-wordpress-3.2.1-2-linux-installer.run
    or chmod +x /path/to/bitnami-joomla-VERSION-linux-installer.run

    Getting message: File not present.What should I do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I would start by verifying that you’re using the correct path to the file you downloaded.

    WordPress is OS independent CMS. All is need is a database, web server with PHP.

    Under Linux install the LAMP stack. Then Install phpmyadmin. create a database using phpmyadmin. edit the wp-config.php file.copy all the file to the web server’s root dir (most probably under var/www/)

    Then open the Chromium (OR Firefox) and type http://localhost.
    Follow the on screen instructions.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Command to install WP on linux computer, not working.’ is closed to new replies.