1
0
Fork 0

docs/installation-*: Add frontend dependencies installation step

Signed-off-by: Fabian P. Schmidt <kerel-fs@gmx.de>
merge-requests/379/head 0.15
Fabian P. Schmidt 2019-04-28 22:34:56 +02:00
parent d3501fd8f3
commit f141ce2580
2 changed files with 20 additions and 0 deletions

View File

@ -19,6 +19,16 @@ Docker Installation
$ cp env-dist .env
#. **Install frontend dependencies**
Install dependencies with ``npm``::
$ npm install
Test and copy the newly downlodaded static assets::
$ ./node_modules/.bin/gulp
#. **Run it!**
Run satnogs-db::

View File

@ -24,6 +24,16 @@ VirtualEnv Installation
$ cp env-dist .env
#. **Install frontend dependencies**
Install dependencies with ``npm``::
$ npm install
Test and copy the newly downlodaded static assets::
$ ./node_modules/.bin/gulp
#. **Run it!**
Activate your python virtual environment::