-
Notifications
You must be signed in to change notification settings - Fork 15
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
Documentation Updates #13
Comments
Shall we move the Wiki to |
I had actually started something in this direction. Can issue a PR to illustrate this. |
Somewhere there should be a step by step guide for downloading, installing, running, and making the first change. Perhaps the Getting Started would be a good place to put such instructions (current getting started document is obsolete). Please note that these are just illustrative steps that might not be accurate or complete. The instructions might look something like this: Install the TimeGate (and uWSGI) globally:
Alternatively, clone the repository in the current working directory, change the working directory and install dependencies:
Run an example instance of TimeGate proxy:
This will run the TimeGate proxy service on port
This should return the following response:
To verify that the Datetime negotiation works well, make a TimeGate request with custom
It should return:
If everything worked as described so far then your environment is configured properly. Open the
Now, stop the service and start again for the changes to take effect. Then run the following command to verify that the WebCite Timegate proxy is running properly:
The response should look like this:
Please read the detailed documentation to learn about other configuration options and to implement your custom proxy. |
Lately, there were some big changes such as #5 and #11. I think we should consider updating the documentation in the README and well as in the Wiki to better reflect the current state and simplified installation and run instructions, both from
pip
(when released) and from the checked out code.The text was updated successfully, but these errors were encountered: