1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/minetest/README.rst

25 lines
986 B
ReStructuredText
Raw Normal View History

2019-02-06 18:21:15 +00:00
===============
Minetest README
===============
2019-02-08 03:25:27 +00:00
For the first release, the Minetest server can only be installed on a Raspberry Pi.
2019-02-06 18:21:15 +00:00
2019-02-08 03:25:27 +00:00
Please note that the initial configuration is for creative mode, and a number of mods are installed (see the list in `tasks/main.yml <tasks/main.yml>`_).
2019-02-06 18:21:15 +00:00
2019-02-08 03:25:27 +00:00
Connecting to the Server
------------------------
2019-02-06 18:21:15 +00:00
2019-02-08 03:25:27 +00:00
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/
2019-02-06 18:21:15 +00:00
2019-02-08 03:25:27 +00:00
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``
2019-02-06 18:21:15 +00:00
2019-02-08 03:25:27 +00:00
The admin user is the usual: ``Admin``
No password is required.
File Locations on Raspberry Pi
------------------------------
- The config file is: ``/etc/minetest/minetest.conf``
- The rest of the files are a normal layout based in: ``/library/games/minetest``