2020-08-20 07:38:42 +00:00
|
|
|
|
# install
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
pip install git+https://github.com/RobWeber3/django-token.git
|
2020-09-18 07:52:06 +00:00
|
|
|
|
pip install git+https://github.com/arteria/django-background-tasks.git
|
2020-08-20 08:19:46 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# migrations
|
|
|
|
|
|
|
|
|
|
不要在本机上做make migrations 和migrate!
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
cd /home/g214/tools/nmm/NewMediaMonitoring
|
|
|
|
|
git pull # enter username && password
|
|
|
|
|
source .venv/bin/activate
|
|
|
|
|
python manage.py make migrations
|
|
|
|
|
python manage.py migrate
|
2020-08-24 14:35:47 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# 查看服务器apache 内存使用情况
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
sudo /usr/sbin/passenger-memory-stats
|
2020-09-03 09:46:04 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
eb3e67e892173f14c600cbfa39da053b111e47ff
|
|
|
|
|
|
|
|
|
|
675063ff1d43f2e897fda5d70bb6c5bea57ce451
|