-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation Guide #8
Comments
I have been working on trying to figure out this project for a few days now. install Ubuntu 17.10 server install MySQL install PIP clone a copy of the freshonions rename the folder install the requirements setup MySQL MySQL -u root -prootpassword databasename < schema.sql nano etc/database install privoxy restart service generate flask secret ./scripts/harvest.sh will start to pull information |
okay so I found out that it was elastisearch that was not installed/setup causing all the errors. turning that off an now it is crawling the addresses now. |
hey =) |
i seem to have gotten everything to work except the stats page export TOR_PROXY_PORT=8118 in the /etc/privoxy/config file i have these turned on |
oh, if you install the newest build of tor 0.3.2.4-alpha, you can also index the new version 3 addresses. |
/scripts/harvest.sh will start to pull information |
oh, i had that error as well. i removed the onion.cab line out of the harvest script. |
are you using it without elasticsearch? |
i started with elasticsearch turned off but i went in and got that working. install their key install apt-transport add their dis information install start the serivce |
thank you for the help. I will try it tomorrow and write you back ;) |
File "/usr/local/lib/python2.7/dist-packages/elasticsearch_dsl/document.py", line 410, in save |
Tried with elasticsearch and get new Exception |
sudo /etc/init.d/elasticsearch start |
and why do I need elasticsearch? |
as it turns out my install of elasticsearch wont start. it looks like that is a monster program that will take up all resources on my system. when i first got it working it responded to my test command curl -X GET 'http://localhost:9200' but now it wont even start. |
@dlitmano @BossMAN559 I run this project finally...I can explain about elasticsearch... Elasticsearch is a module in order to being able to do search on the web. For installing it , download elasticsearch from its site for your system: https://www.elastic.co/guide/en/elasticsearch/reference/5.5/zip-targz.html... |
@BossMAN559 i fixed the stats page problem, it seems to be a mysql config issue. |
Hello guys, |
I update the readme to be able to follow only the readme and all should be good. This is the link of the updated ReadMe : https://github.com/GoSecure/freshonions-torscraper/blob/update-readme/README.md Also, @PatrickWilli it's not "normal", but if you follow step by step my installation guide, you will be able to have a better ratio. |
@mrL3x Hi, I'm a student which is interested with this project but at the same time has lack of computer knowledge. Would you guide me to the process of install this programme in my pc? would it be able to run in Ubuntu install in VMWARE? thanks. Appreciate it so much if u could respond |
@thewuffwuff Hi, I can help you if you ask me questions in the issues section. You can install Ubuntu in VMware, but you will need resources to run this project on a virtual machine, have at least 8Go of ram (minimum) and a good processor. Install Ubuntu on VMware is really easy, a lot of people already did it, just take a look on YouTube to start with VMWARE. After that, I can help you, but with the new GoSecure readme file, you suppose to be good without help. I describe a lot what you need to do step by step. The new readme file : https://github.com/GoSecure/freshonions-torscraper/blob/update-readme/README.md |
@mrL3x Thanks a lot man for the reply. I have already install Ubuntu in VMware before this. I tried to understand the readme first as I faced some issues but mostly due to lack of understanding. I will be contacting you again soon. ;) |
Hi, I would like to ask what is mean by I try to run below command: Thanks in advance |
Hi @mrgterence, you need to configure the database file to be able to connect the crawler to your database. You will host a DB on your server to store data. You had creds to connect to your server Database (user, password). The host will probably 127.0.0.1 if you hosted your database locally. The user will be the user that you used to connect to your database. It is the same thing with the password... To your second problem, I thought it can be 2 reasons. First, your not in the virtual environment. Second, you didn't start the MySQL/MariaDB service... You were supposed to be able to configure all the project with the updated readme file. If you weren't, you should take a look at the basic concept of Database hosting to have a better understanding of this project. If you had others questions you can ask me. |
Hi L3houx, You might want to give it a trry. :-) Cheers |
@dlitmano you are the man! |
Can someone explain me how to use this crawler. I am very interested because of my research project.
The text was updated successfully, but these errors were encountered: