2022-06-19 19:23:24 +02:00
|
|
|
Karideo
|
|
|
|
=======
|
|
|
|
|
|
|
|
**K**angaroo **A**nd **R**abbit (m)usic is a simple framework to propose music streaming for personal network
|
|
|
|
|
|
|
|
Run and install:
|
|
|
|
================
|
|
|
|
|
|
|
|
so simple...
|
|
|
|
|
|
|
|
```{.bash}
|
|
|
|
# start the Bdd interface (no big data > 50Mo)
|
|
|
|
cd bdd
|
|
|
|
docker-compose up -d
|
|
|
|
# start the REST API
|
|
|
|
cd back
|
|
|
|
docker-compose up -d
|
|
|
|
# start the front API
|
|
|
|
cd ../front
|
|
|
|
docker-compose up -d
|
|
|
|
```
|
|
|
|
|
2022-07-15 15:09:08 +02:00
|
|
|
build the local image:
|
2022-06-19 19:23:24 +02:00
|
|
|
|
2022-12-16 00:57:53 +01:00
|
|
|
docker pull archlinux:base-devel
|
|
|
|
docker pull bellsoft/liberica-openjdk-alpine:latest
|
|
|
|
|
2022-07-15 15:09:08 +02:00
|
|
|
docker build -t gitea.atria-soft.org/kangaroo-and-rabbit/karusic:latest .
|
|
|
|
|
|
|
|
docker login gitea.atria-soft.org
|
|
|
|
|
|
|
|
docker push gitea.atria-soft.org/kangaroo-and-rabbit/karusic:latest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
convert in an angular application:
|
2024-04-03 00:34:47 +02:00
|
|
|
https://betterprogramming.pub/how-to-convert-your-angular-application-to-a-native-mobile-app-android-and-ios-c212b38976df
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pnpm link ../../kar-cw/dist/kar-cw/
|