Skip to content

Commit

Permalink
Windows install, forwarding info and small fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Intyre committed Dec 27, 2014
1 parent d3c02b9 commit 4f82077
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
8 changes: 7 additions & 1 deletion source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,15 @@ If you have a firewall setup then you need to allow access to ``UDP port 19132``

Do I have to configure port forwarding?
+++++++++++++++++++++++++++++++++++++++++++
This is only needed when you want people from outside your network to connect. Check `portforward.com <http://portforward.com/english/routers/port_forwarding/routerindex.htm>`_ or us `Google <http://www.google.com>`_ to find the instructions
This is only needed when you want people from outside your network to connect.
Check `portforward.com <http://portforward.com/english/routers/port_forwarding/routerindex.htm>`_
or use `Google <http://www.google.com>`_ to find the instructions. Use the brand and type of your router as keywords.

.. note::

* UDP port: 19132 for PocketMine and Query
* TCP port: 19132 for RCON

.. warning::

* Forward the ports to the IP of your server
11 changes: 8 additions & 3 deletions source/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ Installation

Installing on Windows
---------------------
Download the latest version from `sourceforge <http://sourceforge.net/projects/pocketmine/files/windows/dev/>`_
Download the latest version from `sourceforge <http://sourceforge.net/projects/pocketmine/files/windows/dev/>`_.
Use the installer to install PocketMine-MP.
The installer may have an outdated version of PocketMine-MP.
You can download the latest .phar from `github <https://github.com/PocketMine/PocketMine-MP/releases>`_
or `Jenkins <http://jenkins.pocketmine.net/job/PocketMine-MP/promotion/>`_.

.. warning::
If the provided x64 binary does not work then try the x86 binary!
If the provided x64 binary does not work then try the x86 binary!

Installing on Linux
-------------------
Expand Down Expand Up @@ -92,7 +96,8 @@ Did the installer fail? It's not your taste? YOLO? DIY!
6. Download the `start.sh <https://raw.githubusercontent.com/PocketMine/PocketMine-MP/master/start.sh>`_
7. Make start.sh executable (chmod +x start.sh)
If you start PocketMine-MP now it will tell you that it failed to load opcache.so. `Fix it using this <faq.html#failed-loading-opcache-so>`_ Now start PocketMine-MP with ``./start.sh``
If you start PocketMine-MP now it will tell you that it failed to load opcache.so.
`Fix it using this <faq.html#failed-loading-opcache-so>`_. Now start PocketMine-MP with ``./start.sh``
.. _PHP-Windows: http://sourceforge.net/projects/pocketmine/files/windows/dev/
.. _PHP-SourceForge: http://sourceforge.net/projects/pocketmine/files/builds/
Expand Down

0 comments on commit 4f82077

Please sign in to comment.