mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-30 23:15:32 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			548 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			548 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 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 .
 | |
| 
 | |
| 
 |