summaryrefslogtreecommitdiff
path: root/util/master/README.md
blob: 4730dc26977c8e505edf4b40674df53950d7d0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Minetest server list
====================

Setting up the webpage
----------------------
You will have to install node.js, doT.js and their dependencies to compile
the serverlist webpage template.

First install node.js, eg:
    # apt-get install nodejs
    # pacman -S nodejs
    # emerge nodejs

Then install doT.js and it's dependencies:
    $ cd ~/code
    $ git clone https://github.com/olado/doT.git
    $ cd doT
    $ npm install

And finally compile the template:
    $ cd ~/minetest/util/master
    $ ~/code/doT/bin/dot-packer -s . -d .