www0987in
Member
Posted 8 months ago #
To install wordpress on my computer, downloaded bitnami-wordpress-3.2.1-2-linux-installer.bin.As advised on http://codex.wordpress.org/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?
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.