1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

How do I run PMMP from source on Windows?

Discussion in 'Help' started by Dogeee, Feb 17, 2018.

  1. Dogeee

    Dogeee Silverfish

    Messages:
    16
    GitHub:
    dogeee
    Hi, for testing services and that I need to edit the PHAR, how do I run PMMP from the source on Windows?

    Thanks!
     
  2. CupidonSauce173

    CupidonSauce173 Zombie

    Messages:
    298
    GitHub:
    cupidonsauce173
    Hi,
    I do not know how to run PMMP from the source on windows but I suggest you to install virtualbox (https://www.virtualbox.org/wiki/Downloads) and install a CentOS 7 machine on it. When it's done, do these commands :
    1) sudo firewall-cmd --zone=public --add port=19132/udp --permanent
    2) sudo firewall-cmd --reload
    3) curl -sL https://get.pmmp.io | bash -s - -r
    4) wget -q -O - https://get.pmmp.io | bash -s - -r
    5) ./start.sh
    And then put your plugins :)
     
  3. Dogeee

    Dogeee Silverfish

    Messages:
    16
    GitHub:
    dogeee
    That’s but I need to run it from Windows, I can’t run VituralBox since it may lagg other things I have running.
     
  4. Dogeee

    Dogeee Silverfish

    Messages:
    16
    GitHub:
    dogeee
    No longer an issue, resolved. Took quite a long time...
     
  5. HOST

    HOST Silverfish

    Messages:
    23
    hello, it's always good to share how you resolved your problem with other people, this way it saves a lot of extra time for the person who wants the same done (you are not alone lol) and those that are trying to help.
     
  6. Dogeee

    Dogeee Silverfish

    Messages:
    16
    GitHub:
    dogeee
    Ok then, run composer and download files from GitHub you need with the language files. Then keep debugging until it works.
     
    HOST likes this.
  7. SOFe

    SOFe Administrator Staff Member PMMP Team Poggit Admin

    Messages:
    1,968
    GitHub:
    sof3
    Install git, and git clone PocketMine recursively (or run git submodule update --init). Then run composer install. That's it.
     
    HOST likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.