Skip to content

maxpid/Porphyry

This branch is 2 commits ahead of, 136 commits behind Hypertopic/Porphyry:v7.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f98542 · Apr 20, 2021
Apr 19, 2021
Feb 23, 2020
Apr 15, 2021
Feb 10, 2021
Apr 13, 2021
Oct 20, 2019
Jun 12, 2020
Feb 23, 2020
Sep 29, 2017
Mar 11, 2020
Apr 15, 2021
Apr 9, 2021

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.9%
  • Gherkin 6.9%
  • CSS 6.4%
  • Ruby 5.5%
  • HTML 1.1%
  • Dockerfile 0.2%