MartiTM / Porphyry

Corpus analyses confrontation

Home Page:https://hypertopic.org/porphyry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Corpus analyses confrontation

https://hypertopic.org/porphyry

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 77.8%Language:CSS 7.5%Language:Gherkin 6.9%Language:Ruby 6.3%Language:HTML 1.3%Language:Dockerfile 0.3%