https://github.com/opencitations/website
The code and content of the official website of OpenCitations
https://github.com/opencitations/website
Last synced: 4 months ago
JSON representation
The code and content of the official website of OpenCitations
- Host: GitHub
- URL: https://github.com/opencitations/website
- Owner: opencitations
- Created: 2018-02-10T10:00:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T21:33:27.000Z (about 1 year ago)
- Last Synced: 2025-05-05T22:35:56.579Z (about 1 year ago)
- Language: JavaScript
- Size: 9.35 MB
- Stars: 4
- Watchers: 8
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# website
The code and content of the official website of OpenCitations
# Install web.py (Python 3)
`pip3 install git+https://github.com/webpy/webpy#egg=web.py --user`
# Install redis
In order to install Redis issue the commands below:
`
sudo apt update -y
sudo apt upgrade -y
sudo apt install redis-server
`
After installation redis will start automatically, you can check the status using the command below:
`sudo systemctl status redis-server`
# Requirements
* web.py
* rdflib
* rdflib-jsonld
* sparqlwrapper
* python-dateutil
* redis-py
* prometheus_client