From afdb91e228d901820bbb446efd2ce4ec31b77a41 Mon Sep 17 00:00:00 2001 From: Cryptkeeper Date: Wed, 25 Nov 2015 16:46:05 -0600 Subject: [PATCH] Update the README to reflect deployment --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67d3470..2e2723f 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,18 @@ ### Minetrack -Minetrack is a Minecraft PC/PE server tracker that lets you focus on what's happening *now*. Built to be lightweight and durable, you can easily adapt it to monitor BungeeCord or server instances. +Minetrack is a Minecraft PC/PE server tracker that lets you focus on what's happening *now*. +Built to be lightweight and durable, you can easily adapt it to monitor BungeeCord or server instances. + +#### Try it out! +You can see an up-to-date copy of the master branch running on http://rewrite.minetrack.me #### Usage 1. Customize it by editing the ```config.json``` file. 2. Run ```npm install```. 2. Run ```node app.js``` to boot the system (may need sudo!) +(There's also ```install.sh``` and ```start.sh```, but they may not for your installations.) + #### TODO - Add auto-reconnect to frontend. - Add public API (similiar to old server.json) -- Add ingame server, similiar to old mc.minetrack.me -- Deploy to domain, remove old site. +- Add ingame server, similiar to old mc.minetrack.me \ No newline at end of file