Skip to content

Installation from source

rozetko edited this page Jul 2, 2020 · 19 revisions

Build & run from source

Possible to install on:

Linux / Mac OSX

System prerequisites:

Installation

git clone --recursive https://github.com/hastic/hastic-server.git
# or `git submodule update --init --recursive` inside `hastic-server` directory if it's already cloned
cd hastic-server
pip3 install -r analytics/requirements.txt
cd server
npm install
npm run build

Run

cd hastic-server/server
npm start

See also