• Resolved jsjiru77

    (@jsjiru77)


    Hi all. I downloaded the latest version of WordPress via the Bitnami package on Windows 7. I followed everything in the beginner’s guide to make my first site on my localhost server. However, now I am trying to create another site on localhost but just can’t seem to figure how to do that. I notice WordPress.com has this option of easily adding new sites using the Dashboard, but I just can’t seem to find this option on the downloaded version of wordpress….

    This is probably a really stupid question but just how do you create separate new sites on localhost with the same admin account? So far I have been deleting all the previous work and starting over again but this is obviously the wrong way….

    Would greatly appreciate any help. Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Anonymous User 9055193

    (@anonymized-9055193)

    One does additional installs of WP using Bitnami in the same way as other AMP (Apache, MySQL, PHP) “stacks” (XAMPP, WAMP, MAMP (Mac)) etc.

    The only difference is that you had to have used the default settings for Bitnami during it’s initial install, that is, you had left the “phpMyAdmin” option enabled so that you are able to easily create new, empty databases for the additional WP installs.

    Assuming you used the default installation path for Bitnami, your Bitnami web root is located at:

    C:\Bitnami\wordpress-3.9.2-0\apache2\htdocs

    – extract the downloaded WP ZIP package to this location
    – a folder named wordpress will be created which contains all the files necessary for a WP site
    – rename this folder to something else so as not to be confused with the initial and subsequent installs; no spaces in the name
    – for this example, use wordpress2
    – from the Bitnami control panel, select Open phpMyAdmin
    – click the Databases tab
    – enter a name in the Create database entry box and click Create
    – for this example, enter wordpress2 (or whatever you like, just no spaces)
    – start the WP installation by entering the following in your browser:

    127.0.0.1/wordpress2

    – click the Create a Configuration File button
    – click the Let's go! button
    – enter the following:

    — Database Name: wordpress2 (or whatever you named it)
    — User Name: root
    — Password: the password you entered during the initial install for the WP log in
    — Database Host: localhost
    — Table Prefix: wp_ (leave as-is)

    – click the Submit button
    – your name should now be sparky! 🙂 … click the Run the install button
    – complete the next screen as required; note to un-check the Privacy item for local installs
    – click the Install WordPress button
    – log in 🙂

    Thread Starter jsjiru77

    (@jsjiru77)

    Thanks a lot for the help! 🙂

    Any suggestion on how to do the same on a mac with MAMP??
    I followed the “Create network instructions” http://codex.wordpress.org/Create_A_Network
    but when I go to tolls I get an error message
    “you cannot use port number 8888

    @carlolavatori – this thread is marked resolved – not a good place to ask a new question. Please start a new one on the multisite forum here:

    https://wordpress.org/support/forum/multisite#postform

    thanks! @wpyogi

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How do I create multiple WordPress sites on localhost?’ is closed to new replies.