All Projects → verifiedpixel → verifiedpixel

verifiedpixel / verifiedpixel

Licence: AGPL-3.0 license
No description, website, or topics provided.

Programming Languages

CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
ApacheConf
554 projects
shell
77523 projects
ruby
36898 projects - #4 most used programming language

Verifiedpixel

Version 0.1 Documentation (Coming soon) •

Requirements

  • node.js
  • python
  • mongodb
  • elasticsearch
  • redis

Build the server

Prerequisites/full-installation for Ubuntu Trusty Tahr: https://github.com/verifiedpixel/verifiedpixel/blob/master/server/INSTALL.md

For the sake of simplification we're going to say that you're in your download location.

$cd server
$virtualenv -p python3 env
$source env/bin/activate
(env)$pip install -r requirements.txt

You will need your API keys to hand, Tineye, Izitru, and Google Reverse Image Search. We advise you bundle them into a file and just hit them all at once but here is what you will need:

export TINEYE_PUBLIC_KEY="<API PUBLIC KEY>" 
export TINEYE_SECRET_KEY="<API SECRET KEY>"

export IZITRU_PRIVATE_KEY="<IZITRU PRIVATE KEY>"
export IZITRU_ACTIVATION_KEY="<IZITRU ACTIVATION KEY>"

export GRIS_API_KEY="<GRIS API KEY>"
export GRIS_API_CX="<GRIS API CX>"

If you've made your keys into a script into an executable (chmod a+x) execute it with:

(env)$source yourscriptname

Build the client

Prerequisites/full-installation for Ubuntu Trusty Tahr: https://github.com/verifiedpixel/verifiedpixel/blob/master/client/INSTALL.md

Open a new terminal pane.

$cd client
$sudo npm install
$bower install
$grunt server

Start your redis, elasticearch, and mongodb services. Start the application.

(env)$honcho start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].