Contact: [email protected]
Home page: https://github.com/Hypertopic/Porphyry
-
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
-
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"] }
-
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
- Sign up to Disqus,
- Choose
Install Disqus on my site
, - Set your Website data and create site. Remember its
short name
. - Edit
conf/porphyry.yml
and paste the short name as the value ofdisqus
setting.