https://github.com/akoidan/pychatapi
https://github.com/akoidan/pychatapi
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akoidan/pychatapi
- Owner: akoidan
- Created: 2017-07-07T13:56:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T15:24:47.000Z (over 4 years ago)
- Last Synced: 2025-01-26T14:29:00.486Z (12 months ago)
- Language: HTML
- Size: 20.4 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- pacman -S uwsgi uwsgi-plugin-python
- python3 -m venv .venv
- source .venv/bin/active
- pip install django==2.2
- ./manage.py makemigrations
- ./manage.py migrate
- copy rootfs / # https://github.com/akoidan/pychat/blob/master/download_content.sh
- systemctl enable pychatApi
- systemctl start pychatApi