Skip to content

Commit

Permalink
Merge pull request #35 from danielneis/master
Browse files Browse the repository at this point in the history
adding info about the Modular File Renderer
  • Loading branch information
sloria committed Dec 4, 2015
2 parents 4f34ffd + d777694 commit 7689d8d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/osf/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,18 @@ First download the binary file and run the commands specified to run the server.

If you need to develop authentication-related features, there is a process for setting up the full CAS server `here <https://github.com/CenterForOpenScience/docker-library/tree/master/cas>`_.

The Modular File Renderer (MFR) is used to render uploaded files to HTML via an iFrame so that they can be
viewed directly on the OSF. Files will not be rendered if the MFR is not running. Consult the
MFR [repository] (https://github.com/CenterForOpenScience/modular-file-renderer) for information on how to install
and run the MFR.

You may also be interested in running the API Server with
::

invoke apiserver

Browse to localhost:8000/v2/ in your browser to go to the root of the browsable API. If the page looks strange, run python manage.py collectstatic to ensure that CSS files are deposited in the correct location.


Common Error messages
*********************
Expand Down

0 comments on commit 7689d8d

Please sign in to comment.