Skip to content

Commit

Permalink
Updated CI worflow and readme for Angular 8
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Feb 25, 2020
1 parent 81ed5d2 commit 9e9ac0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [12.x]

steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You may also ask questions about SDRangel or this web application in the [SDRang

SDRangel is a Software Defined Radio (SDR) application that processes the digital samples produced by various SDR front end devices (RTL-SDR, LimeSDR, ...) using software running on commodity computers to implement radio processing functions that used to be handled by hardware e.g AM, FM demodulation... SDRangel is also capable of driving SDR transmitters in a reversed flow: it produces digital samples that are sent to a SDR transmitter (LimeSDR, HackRF...) to eventually produce a RF signal.

This web application communicates with a SDRangel running instance (GUI based or headless) using its HTTP REST API. It is written based on Angular 6+ (see development section for more details).
This web application communicates with a SDRangel running instance (GUI based or headless) using its HTTP REST API. It is written based on Angular 8.2 (see development section for more details).

It can be used to remotely control a GUI based version of SDRangel and also serve as a UI for the headless version. Most of the functions can be accessed using this web interface.

Expand All @@ -19,8 +19,8 @@ It can be used to remotely control a GUI based version of SDRangel and also serv
## Step 1. Node & Git

* Make sure you have [Git](https://www.git-scm.com) installed
* Make sure you have [NodeJS 6.9+](https://nodejs.org/) or later installed on your machine
* Make sure you have npm (Node Package Manager, comes bundled with NodeJS) at least version 5
* Make sure you have [NodeJS 12](https://nodejs.org/) or later installed on your machine
* Make sure you have npm (Node Package Manager, comes bundled with NodeJS) at least version 6

You can check whether you already have them and your current versions by executing

Expand Down Expand Up @@ -66,7 +66,7 @@ sudo npm install npm -g
git clone https://github.com/f4exb/sdrangelcli

# install global dependencies
sudo npm install -g @angular/cli
sudo npm install -g @angular/cli@8

# install local dependencies
cd sdrangelcli
Expand Down Expand Up @@ -167,7 +167,7 @@ If you're using Chrome it might be a good idea to install the [Augury Plugin](ht

## Sdrangelcli

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.8.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.

### Development server

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e9ac0f

Please sign in to comment.