-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation questions #420
Comments
@tedstrauss, this Ember app is the front end for a generic preprint server that can be branded and supports multiple preprint services, but it relies on the OSF as a back-end. To use this as a stand-alone preprint server, you would need to run the main OSF. You could theoretically run this Ember app on top of your own API that exposes the same endpoints as the OSF, but you'd have to implement that yourself. Alternately, the Center for Open Science may be able to offer you a hosted branded preprint service. See https://cos.io/our-products/osf-preprints/ for more details. |
Got it. Will try to install OSF first, following instructions in the readme here https://github.com/CenterForOpenScience/osf.io/tree/feature/ember-preprints#installation |
Hope you were able to get it working. Closing this issue, but feel free to re-open if you are still having trouble. |
I am installing this app, and succeeded in starting the ember app, which is serving content via local
curl
calls. Currently stuck at starting up the API server, and theadd-domain.js
script.My questions are:
Is this project a generic preprint server, or is it the network linking together multiple preprint servers. I am trying to setup a generic stand-alone preprint server, that could one day join the network.
Does the main OSF app need to be installed first for the preprint server to work? The following section of the installation instructions seem to imply that OSF needs to be installed. I would rather just run a preprint server without any other faetures of the OSF platform.
The text was updated successfully, but these errors were encountered: