Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

MartiTM/Porphyry

 
 

Repository files navigation

PORPHYRY – Corpus analyses confrontation

Contact: [email protected]

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.

Packages

No packages published

Languages

  • JavaScript 77.7%
  • CSS 7.5%
  • Gherkin 6.9%
  • Ruby 6.3%
  • HTML 1.3%
  • Dockerfile 0.3%