Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YoongiKim authored Jan 25, 2019
1 parent b57b404 commit 05251cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,13 @@ When crawling ends, the message show you what directory has under 50% of average

I recommend you to remove those directories and re-download.


# Remote crawling through SSH on your server

sudo apt-get install xvfb <- This is virtual display

sudo apt-get install screen <- This will allow you to close SSH terminal while running. But I won't explain how to use it.

Xvfb :99 -ac

DISPLAY=:99 python3 main.py

0 comments on commit 05251cd

Please sign in to comment.