Skip to content

midoks/mw-gerapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mw-gerapy

集成gerapy,管理爬虫

安装

curl https://raw.githubusercontent.com/midoks/mw-gerapy/main/scripts/install.sh | sh

Debug

cd /www/server/mdserver-web/ && python3 /www/server/mdserver-web/plugins/gerapy/index.py start
ps -ef|grep gerapy | grep -v grep|awk '{print $2}'|xargs kill 

降级django

pip install django==2.1.8

linux升级sqlite3

wget http://www.sqlite.org/2019/sqlite-autoconf-3280000.tar.gz

tar zxvf sqlite-autoconf-3280000.tar.gz -C /usr/src/
cd /usr/src/sqlite-autoconf-3280000/ && ./configure --prefix=/usr/local/sqlite && make && make install


mv /usr/bin/sqlite3 /usr/bin/sqlite3_old && cd /usr/local/sqlite/bin/ && ln -s sqlite3 /bin/sqlite3


sqlite3 -version
/usr/bin/sqlite3 -version
/usr/local/sqlite/bin/sqlite3 -version

vim /etc/profile
export LD_LIBRARY_PATH="/usr/local/sqlite/lib"
source /etc/profile

About

集成gerapy,管理爬虫

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published