This repository has been archived by the owner on Aug 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f32100c
commit f7726c5
Showing
1 changed file
with
2 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,3 @@ | ||
# MediaDB app | ||
# Moved | ||
|
||
**MediaDB** is a web-based video streaming service written in Laravel, TypeScript and Vue 3 ([Quasar](https://quasar.dev/)). | ||
|
||
Note: MediaDB is still under development. It is recommended to create a fork and sync it with the `main` branch. | ||
|
||
## Installation | ||
|
||
Follow the main documentation: | ||
|
||
<https://francoism90.github.io/mediadb-docs/> | ||
|
||
Please consult the following links to learn more about Quasar: | ||
|
||
- <https://quasar.dev> | ||
- <https://quasar.dev/quasar-cli/installation> | ||
|
||
## Usage | ||
|
||
```bash | ||
cd /var/www/html/app | ||
cp .env.example .env | ||
yarn install | ||
``` | ||
|
||
### Build project (PWA/SPA) | ||
|
||
```bash | ||
quasar build -m pwa | ||
quasar build -m spa | ||
``` | ||
|
||
### Live project | ||
|
||
```bash | ||
quasar dev -m pwa | ||
quasar dev -m spa | ||
``` | ||
|
||
### Live Android project | ||
|
||
Please consult the following links to learn more about Capacitor: | ||
|
||
- <https://quasar.dev/quasar-cli/developing-capacitor-apps/introduction> | ||
- <https://capacitorjs.com/> | ||
|
||
```bash | ||
quasar dev --mode capacitor --target android --ide | ||
``` | ||
|
||
### Build Android project | ||
|
||
```bash | ||
quasar build --mode capacitor --target android --ide | ||
``` | ||
|
||
Update `src-capacitor/android/app/src/main/res/xml/network_security_config.xml` and `src-capacitor/capacitor.config.json` with your own configured domains. | ||
The project has been moved to https://github.com/francoism90/hub |