Go to file
Pierre-Yves Rollo 073c3e73bb Change the way textures are copied 2015-09-01 10:39:35 +02:00
minetest-mod/webcrag Change the way textures are copied 2015-09-01 10:39:35 +02:00
webserver Change the way textures are copied 2015-09-01 10:39:35 +02:00
LICENSE.txt First commit 2015-08-31 15:59:17 +02:00
README.txt First commit 2015-08-31 15:59:17 +02:00
TODO.txt First commit 2015-08-31 15:59:17 +02:00

README.txt

WebCraG
A web craft guide for minetest

* Requirement

On web server side :
PHP > 5.3 with GD support

On minetest server side :
Linux / Unix operating system 

* Installation

- Create an 'export' directory that is writeable by minetest mods and readable by apache webserver using php;
- Copy minetest-mod/webcrag in your mods directory;
- Edit the config.lua file and set 'export' directory path;
- Copy webserver directory content somewhere on your webserver;
- Make sure 'img' directory is writeable by apache/php.
- Edit config.php and set 'export' directory path.

* Test

Enable webcrag mod on minetest server and start server.
Once server started, images and data from minetest should be present in mtdata.json file and img subdirectory in export directory.
index.php page should show the items index.