mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-05 00:45:05 -05:00
.. | ||
index.html | ||
list.js | ||
master.cgi | ||
README.md | ||
servers.jst | ||
style.css |
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
Or by npm: $ npm install dot commander mkdirp
And finally compile the template: $ cd ~/minetest/util/master $ ~/code/doT/bin/dot-packer -s . -d . or $ ./node_modules/dot/bin/dot-packer -s . -d .