• Resolved bruce30

    (@bruce30)


    Hi,
    if i install worpress manually or locally, can i make other computer acccess my dev site? so that other user can test it? and can i still edit my div. site even if im not connected with the internet?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi there,

    There’s quite to do there with getting a test site setup for people to access outside.

    1.) First, you would have to install a server software on your computer; https://www.mamp.info/en/

    2.) Install and configure WordPress under the directory that the ^^ above server can access

    3.) If you can go to localhost and see WordPress, you did good.

    4.) You need a domain or your ISP IP address has to be forwarding to your local computer IP through your router. You could also use service https://www.noip.com/ … which will use your ISP IP that probably changes a lot or every time you reboot your system. You might still forward the right ports and IPs within your router.

    5.) After all said and done, give your friends or people the IP address or the domain that NOIP.com gives you. They should be able to access your WordPress site.

    The above of course is a quick run down of what steps to take. It all depends on your home / office network setup.

    Hope that helps ??

    Thread Starter bruce30

    (@bruce30)

    thanks cureWP, ??
    i’ll try this one. ?? but first i want to know on how to install wordpress manually. ??

    Moderator James Huff

    (@macmanx)

    To install WordPress manually, follow this guide: https://codex.www.ads-software.com/Installing_WordPress

    @bruce30 … what James Huff said ?? that link should give you enough info on what the process of installing WordPress manually looks like, however you need the base of a server, php, etc setup before anything will work out of “Installing WordPress” tutorial ??

    Thanks!

    Thread Starter bruce30

    (@bruce30)

    Thanks James HuffArtur and Bobinski,
    i’ll try it. ??

    Moderator James Huff

    (@macmanx)

    You’re welcome!

    Thread Starter bruce30

    (@bruce30)

    Hi, ??
    i successfully install wordpress locally, but when i upload a new plugin an error occurred. (it says :The uploaded file exceeds the upload_max_filesize directive in php.ini.)

    Moderator James Huff

    (@macmanx)

    In php.ini, you need to set *both* upload_max_filesize *and* post_max_size to the same value.

    Thread Starter bruce30

    (@bruce30)

    Thanks James Huff. ??

    Moderator James Huff

    (@macmanx)

    You’re welcome!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘how to install wordpress manually or locally?’ is closed to new replies.