This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
README.md should be updated #3
Comments
ikus060
added a commit
to ikus060/seosuite
that referenced
this issue
Nov 27, 2016
Provide a SQL files to easily create a new database and a new user to setup mysql.
ikus060
added a commit
to ikus060/seosuite
that referenced
this issue
Nov 27, 2016
Change the command line provided in README file to match the current code base.
ikus060
added a commit
to ikus060/seosuite
that referenced
this issue
Nov 27, 2016
Thanks for reviewing the README. If you'd like to send a PR, I'd be happy to merge it. Otherwise, we're in no rush to update this tool since we're not using it at the moment. I'll try to get to it though. Thanks! :) |
I've fork the project and made a lot of changes like for my own need. |
Glad you're getting value from this project! If there's anything you'd like to contribute back, I'll be more than happy to merge it in! :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The README file contains a lot of obsolete information. It's not easy to get started when the information provided is misleading.
1. Install prerequisites
Need to install extra packages to make install with pip work.
missing in requirements
gdata
andflask
should be install too:Add a new sql file to create database and user.
createuser.sql:
Then I ran the following command line to create the database and the user with right permissions.
Run crawler
To run crawler, you need to execute with:
./run_seocrawler.py --database config.yaml --base_url http://fashionista.com
Run repporter
./run_seoreporter.py --database config.yaml
The text was updated successfully, but these errors were encountered: