Skip to content

Commit 710b1ab

Browse files
authored
docs: edit command (#326)
2 parents d458454 + ccb78d6 commit 710b1ab

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -104,17 +104,24 @@ python src/website/manage.py migrate
104104
python src/website/manage.py runserver
105105
```
106106

107-
В новом окне терминала перейти в директорию проекта и войти в виртуальное окружение:
107+
В новом окне терминала перейти в директорию проекта:
108108

109109
```shell
110110
cd <PATH>/nsreg-watcher
111-
source env/bin/activate
111+
```
112+
113+
Проверить и при необходимости задать права `-rwxrwxr-x` на выполнение `runspiders.sh`:
114+
```shell
115+
ls -l runspiders.sh
116+
```
117+
```shell
118+
chmod 775 runspiders.sh
112119
```
113120

114121
Выполнить скрипт для запуска scrapy:
115122

116123
```shell
117-
sh runspiders.sh
124+
./runspiders.sh
118125
```
119126

120127
Дождаться завершения парсинга.

0 commit comments

Comments
 (0)