Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanorei32/savacs
Senior Assisting Video & Audio Communication System
https://github.com/yanorei32/savacs
docker gtk kicad mariadb microchip-pic numpy opencv php raspberry-pi requests
Last synced: about 1 month ago
JSON representation
Senior Assisting Video & Audio Communication System
- Host: GitHub
- URL: https://github.com/yanorei32/savacs
- Owner: yanorei32
- License: bsd-2-clause
- Created: 2018-07-01T13:27:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:29:35.000Z (about 1 year ago)
- Last Synced: 2024-10-27T18:53:07.625Z (3 months ago)
- Topics: docker, gtk, kicad, mariadb, microchip-pic, numpy, opencv, php, raspberry-pi, requests
- Language: PHP
- Homepage:
- Size: 185 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SAVACS 0.0.3
**S**enior **A**ssisting **V**ideo & **A**udio **C**ommunication **S**ystem.
## How to up the server
```bash
cd savacs-server
docker-compose up -d --build
```## How to down the server
```bash
cd savacs-server
docker-compose down
```## How to clean the server
```bash
docker volume rm savacsserver_contents savacsserver_db
```## NOTE
`savacs-server/web/app/api/debug_*`, `savacs-server/web/app/api/admin_*` and `savacs-server/web/app/api/registration_photostand.php` are dangerous.
It is recommended to prohibit access.