|
|
|
@ -27,17 +27,17 @@ 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.1-alpha/hastic-server-0.2.1-alpha-node-6.tar.gz |
|
|
|
|
tar -zxvf hastic-server-0.2.1-alpha-node-6.tar.gz |
|
|
|
|
cd hastic-server-0.2.1-alpha/server/dist |
|
|
|
|
wget https://github.com/hastic/hastic-server/releases/download/0.2.2-alpha/hastic-server-0.2.2-alpha-node-6.tar.gz |
|
|
|
|
tar -zxvf hastic-server-0.2.2-alpha-node-6.tar.gz |
|
|
|
|
cd hastic-server-0.2.2-alpha/server/dist |
|
|
|
|
node server |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
### Node 8 |
|
|
|
|
``` |
|
|
|
|
wget https://github.com/hastic/hastic-server/releases/download/0.2.1-alpha/hastic-server-0.2.1-alpha-node-8.tar.gz |
|
|
|
|
tar -zxvf hastic-server-0.2.1-alpha-node-8.tar.gz |
|
|
|
|
cd hastic-server-0.2.1-alpha/server/dist |
|
|
|
|
wget https://github.com/hastic/hastic-server/releases/download/0.2.2-alpha/hastic-server-0.2.2-alpha-node-8.tar.gz |
|
|
|
|
tar -zxvf hastic-server-0.2.2-alpha-node-8.tar.gz |
|
|
|
|
cd hastic-server-0.2.2-alpha/server/dist |
|
|
|
|
node server |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|