Skip to content

SourceDouglas/verifiedpixel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verifiedpixel

Version 0.1 Documentation (Coming soon) •

Requirements

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

Build the server

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 36.4%
  • Python 27.7%
  • HTML 18.6%
  • JavaScript 13.7%
  • ApacheConf 2.7%
  • Shell 0.8%
  • Ruby 0.1%