From bc3152c380be24960162bfa15fe9f0e0c56b3630 Mon Sep 17 00:00:00 2001 From: rozetko Date: Tue, 5 Feb 2019 20:22:41 +0300 Subject: [PATCH] Remove installation instructions from readme --- README.md | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index bf818f2..a8e1fc3 100644 --- a/README.md +++ b/README.md @@ -29,27 +29,9 @@ See also: * [Changelog](https://github.com/hastic/hastic-server/wiki/Changelog) * [Roadmap](https://github.com/hastic/hastic-server/wiki/Roadmap) -## Download & Install on Linux - -You need only [nodejs >= 6.14](https://nodejs.org/en/download/) on your machine. - -### Node 6 -``` -wget https://github.com/hastic/hastic-server/releases/download/0.2.6-alpha/hastic-server-0.2.6-alpha-node-6.tar.gz -tar -zxvf hastic-server-0.2.6-alpha-node-6.tar.gz -cd hastic-server-0.2.6-alpha/server/dist -node server -``` - -### Node 8 -``` -wget https://github.com/hastic/hastic-server/releases/download/0.2.6-alpha/hastic-server-0.2.6-alpha-node-8.tar.gz -tar -zxvf hastic-server-0.2.6-alpha-node-8.tar.gz -cd hastic-server-0.2.6-alpha/server/dist -node server -``` - -**Make sure that HASTIC_PORT is opened in your firewall. Default value is 8000.** +## Download & Install + +Please visit https://hastic.io/downloads ## [Docker installation](https://github.com/hastic/hastic-server/wiki/Docker)