Skip to content

Commit

Permalink
Add new replay system cdxj features
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 authored Jan 19, 2017
1 parent 1b3440e commit 16847f4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,14 @@ A CDXJ index can also be provided and used by the ipwb replay system by specifyi
.. code-block:: bash
$ ipwb replay <path/to/cdxj>
ipwb also supports using an IPFS hash or any HTTP location as the source of the CDXJ:

.. code-block:: bash
$ ipwb replay http://myDomain/files/myIndex.cdxj
$ ipwb replay QmYwAPJzv5CZsnANOTaREALhashYgPpHdWEz79ojWnPbdG
Once started, the replay system's web interface can be accessed through a web browser, e.g., `http://127.0.0.1:5000/http://www.cs.odu.edu/~salam/` with the sample CDXJ file.

.. (TODO: provide instructions on specifying a CDXJ file/directory to be read from the CDXJ replay system)
Expand Down

0 comments on commit 16847f4

Please sign in to comment.