https://github.com/openipc/dms
Device Management System
https://github.com/openipc/dms
dms openipc
Last synced: 8 months ago
JSON representation
Device Management System
- Host: GitHub
- URL: https://github.com/openipc/dms
- Owner: OpenIPC
- Created: 2023-03-21T18:13:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T08:16:22.000Z (over 3 years ago)
- Last Synced: 2024-10-29T18:48:04.792Z (over 1 year ago)
- Topics: dms, openipc
- Language: Python
- Homepage: https://openipc.org
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Device Management System [][telegram]
### Installation
```
git clone https://github.com/OpenIPC/dms.git
cd dms
pip3 install --upgrade pip
pip3 install -r ./requirements.txt
```
### Run project
```
python3 ./dms.py
```
More information about the [project][project] is available in our [website][website] and on the [wiki][wiki].
[firmware]: https://github.com/openipc/firmware/
[mit]: https://opensource.org/license/mit/
[opencollective]: https://opencollective.com/openipc
[paypal]: https://www.paypal.com/donate/?hosted_button_id=C6F7UJLA58MBS
[project]: https://github.com/openipc/
[telegram]: https://t.me/OpenIPC
[website]: https://openipc.org/
[wiki]: https://github.com/openipc/wiki/
