# acapp **Repository Path**: Saaszeqing/acapp ## Basic Information - **Project Name**: acapp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-05 - **Last Updated**: 2024-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 开始工作 ### 回来 + https://app6857.acapp.acwing.com.cn ## 启动http命令 + uwsgi --ini scripts/uwsgi.ini ## 启动wss协议命令 daphne -b 0.0.0.0 -p 5015 acapp.asgi:application ## 打包命令 bash scripts/compress_game_js.sh #启动 nginx 命令 sudo /etc/init.d/nginx start ## 数据库命令 ```shell python3 manage.py makemigrations python3 manage.py migrate ``` ## redis 命令 ```shell pip install django_redis sudo redis-server /etc/redis/redis.conf pip install channels_redis ```shell ## 安装APP同步 ```shell python3 manage.py collectstatic ``` ##