1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update README.rst

This commit is contained in:
A Holt 2019-02-11 14:30:22 -05:00 committed by GitHub
parent 8fe1cf1b93
commit ad01013253
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ Connecting to the Server
To connect to the server, you will also need to download Minetest client software for each of your client devices, e.g. from: https://www.minetest.net/downloads/ To connect to the server, you will also need to download Minetest client software for each of your client devices, e.g. from: https://www.minetest.net/downloads/
The port is nominally the standard 30000. This can be changed in `/etc/iiab/local_vars.yml <http://wiki.laptop.org/go/IIAB/FAQ#What_is_local_vars.yml_and_how_do_I_customize_it.3F>`_ using variable: ``minetest_port`` The port is nominally the standard 30000. If necessary, change the ``minetest_port`` as explained below.
The admin user is the usual: ``Admin`` The admin user is the usual: ``Admin``
@ -23,6 +23,8 @@ No password is required.
Configurable Parameters Configurable Parameters
----------------------- -----------------------
If changes are necessary, please edit `/etc/iiab/local_vars.yml <http://wiki.laptop.org/go/IIAB/FAQ#What_is_local_vars.yml_and_how_do_I_customize_it.3F>`_ (adding any variables that you need) prior to installation if possible:
- ``minetest_install:`` set Minetest up to install; default is False - ``minetest_install:`` set Minetest up to install; default is False
- ``minetest_enabled:`` set Minetest up to be enabled; default is False - ``minetest_enabled:`` set Minetest up to be enabled; default is False
- ``minetest_port:`` port on which client should connect; default is 30000 - ``minetest_port:`` port on which client should connect; default is 30000
@ -31,6 +33,10 @@ Configurable Parameters
- ``minetest_default_game:`` only carbone-ng and minetest are supported; default is `carbone-ng <https://github.com/Calinou/carbone-ng>`_ - ``minetest_default_game:`` only carbone-ng and minetest are supported; default is `carbone-ng <https://github.com/Calinou/carbone-ng>`_
- ``minetest_flat_world:`` use a flat mapgen engine to lower computation on client; default is False - ``minetest_flat_world:`` use a flat mapgen engine to lower computation on client; default is False
After installation, you can monitor the 'minetest-server' service with command::
systemctl minetest-server freepbx
File Locations File Locations
-------------- --------------
@ -46,12 +52,14 @@ File Locations on Raspberry Pi
File Locations on Other Platforms File Locations on Other Platforms
--------------------------------- ---------------------------------
- The server binary is ``/usr/lib/minetest/minetestserver`` - The server binary is ``/usr/lib/minetest/minetestserver``
- The working directory is ``/usr/share/games/minetest`` - The working directory is ``/usr/share/games/minetest``
- mods are in ``/usr/share/games/minetest/games/<game>/mods`` - mods are in ``/usr/share/games/minetest/games/<game>/mods``
To Do To Do
----- -----
- Add more mods — currently only the default mods are there in carbone-ng - Add more mods — currently only the default mods are there in carbone-ng
- Add more games - Add more games
- Minetest client software for Windows and Android, included onboard IIAB for offline communities (`#1465 <https://github.com/iiab/iiab/issues/1465>`_) - Minetest client software for Windows and Android, included onboard IIAB for offline communities (`#1465 <https://github.com/iiab/iiab/issues/1465>`_)