Browse Source

Remove installation instructions from readme

pull/1/head
rozetko 5 years ago committed by GitHub
parent
commit
bc3152c380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 24
      README.md

24
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)

Loading…
Cancel
Save