Skip to content

Commit

Permalink
Updated README with java version 17 and node 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
strmark committed Jul 29, 2024
1 parent 07a2b79 commit 911478a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion back/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This installation procedure will works on Raspian.
``` bash
sudo apt-get update
sudo apt-get install apt-transport-https
sudo apt-get install git openjdk-11-jdk vlc libasound2-dev
sudo apt-get install git openjdk-17-jdk vlc libasound2-dev
```

Download maven from https://maven.apache.org/ and follow the installation instruction within binary tar or zip.
Expand Down Expand Up @@ -41,6 +41,7 @@ Start the VLC player on the Raspberry Pi and select the Alsa Audio Output as the
### Manually with mvn
``` bash
cd back
mvn install
mvn spring-boot:run
```

Expand Down
Binary file modified back/database/piclodio.db.mv.db
Binary file not shown.
8 changes: 4 additions & 4 deletions front/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This part of the project was written with Angular 7 and was generated with [angu

### Pre requisite

Install nodejs 12x
Install nodejs 18x
``` bash
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
node --version
```
Expand All @@ -19,13 +19,13 @@ git clone /~https://github.com/strmark/piclodio4.git

Install Angular cli
``` bash
sudo npm install -g @angular/cli
npm install -g @angular/cli
```

Install dependencies
``` bash
cd piclodio4/front/
sudo npm install
npm install8
```

### Run a development server
Expand Down

0 comments on commit 911478a

Please sign in to comment.