summaryrefslogtreecommitdiff
path: root/util/master/README.md
diff options
context:
space:
mode:
authorShadowNinja <shadowninja@minetest.net>2013-11-02 18:53:51 -0400
committerShadowNinja <shadowninja@minetest.net>2013-11-03 17:47:16 -0500
commit50ea8601d588cbc5b2ab125c20510817c07f7b0a (patch)
treee693eeeeb781829088cae0476d8b146b17082ff4 /util/master/README.md
parent68bbdf1b2c1bc70f48d52694411cd7859d09c728 (diff)
downloadminetest-50ea8601d588cbc5b2ab125c20510817c07f7b0a.tar.gz
minetest-50ea8601d588cbc5b2ab125c20510817c07f7b0a.tar.bz2
minetest-50ea8601d588cbc5b2ab125c20510817c07f7b0a.zip
Use a doT.js template for the serverlist
Diffstat (limited to 'util/master/README.md')
-rw-r--r--util/master/README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/util/master/README.md b/util/master/README.md
new file mode 100644
index 000000000..4730dc269
--- /dev/null
+++ b/util/master/README.md
@@ -0,0 +1,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 .
+
+