/Porphyry

Corpus analyses confrontation

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

PORPHYRY – Corpus analyses confrontation

Contact: aurelien.benel@utt.fr

Home page: https://github.com/Hypertopic/Porphyry

Requirements

How to use this image

  • With data stored on Argos test server

    docker run -p 3000:80 benel/porphyry
    

    Porphyry is now available at http://localhost:3000/

  • With data stored on your own Argos server

    1. Install and start Argos server

    2. Create the following document in CouchDB administration interface (replace values with what you need):

      {
        "_id": "MY_ITEMS",
        "corpus_name": "My own items",
        "users": ["MY_PORTFOLIO"]
      }
    3. Launch Porphyry with appropriate settings:

    docker run -p 3000:80 -v "$(pwd)"/conf/porphyry.yml:/usr/share/nginx/html/config.yml benel/porphyry
    

    Porphyry is now available at http://localhost:3000/

  • Enable comments

    1. Sign up to Disqus,
    2. Choose Install Disqus on my site,
    3. Set your Website data and create site. Remember its short name.
    4. Edit conf/porphyry.yml and paste the short name as the value of disqus setting.