8000 GitHub - justinleoye/crawler
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

justinleoye/crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a group of git repos using git submodule

quick start

check this first

http://git.agutong.com:3007/Agutong/dev-guide/wikis/python-dev-setup-guide

user=$USER        #your current user name
su                #run as root
cd /opt
wget ftp://192.168.1.152/public/pyenv.crawler.fedora.tgz
tar -xzf pyenv.crawler.fedora.tgz
chown -R $user:$user pyenv.crawler
exit

run as normal user

setup

git clone ssh://git@git.agutong.com:5678/financial-data-crawler/public-portfolio-crawler-group.git
cd public-portfolio-crawler-group

# clone git submodules
make setup

run test command

#setup env first (run every time after new shell)
. env.sh

#install python package dependecies (run only once)
pip install -r requirements.txt

make test

git refs

http://git.agutong.com:3007/Agutong/dev-guide/wikis/git-submodule-usage http://git-scm.com/book/en/Git-Tools-Submodules http://git.agutong.com:3007/Agutong/dev-guide/wikis/git-usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0