From 29f41e487413ba2f2bd6ab5ae0bdc2c853a54d57 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 22 Jan 2018 16:26:07 -0500 Subject: [PATCH] Removed link to offline instance --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f19192..ff81aee 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,7 @@ node-OpenDroneMap is a Node.js App and REST API to access [OpenDroneMap](https:/ ## Getting Started -For a quick taste of the application, we have setup a test environment at [http://nodeodm.masseranolabs.com](http://nodeodm.masseranolabs.com). Please note that **this is not a production environment**, and that processing on this server will be slow (you are sharing the server's resources with everyone else in the world). - -If you want to do your own imagery processing, we recommend that you setup your own instance via [Docker](https://www.docker.com/). +We recommend that you setup node-OpenDroneMap using [Docker](https://www.docker.com/). * From the Docker Quickstart Terminal (Windows / OSX) or from the command line (Linux) type: ```