-
-
Notifications
You must be signed in to change notification settings - Fork 23
Installation from source
rozetko edited this page Jul 2, 2020
·
19 revisions
Possible to install on:
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
cd hastic-server/server
npm start