Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiborsimko/inspire
Mirror of the official INSPIRE repository
https://github.com/tiborsimko/inspire
Last synced: 17 days ago
JSON representation
Mirror of the official INSPIRE repository
- Host: GitHub
- URL: https://github.com/tiborsimko/inspire
- Owner: tiborsimko
- Created: 2011-05-10T20:29:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-05T10:21:24.000Z (almost 11 years ago)
- Last Synced: 2024-10-12T08:15:05.246Z (3 months ago)
- Language: Python
- Homepage: http://invenio-software.org/
- Size: 3.15 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
INSPIRE git repository
----------------------INSPIRE sources are to be installed after the Invenio sources.
You can customize some things in config-local.mk, for example on
Debian GNU/Linux, use:$ cat config-local.mk
INSTALL = install -g www-data -m 775To install a small INSPIRE demo site from scratch, you can use
for example `inspire-recreate-demo-site' helper devscript, see
instructions at:
You may be interested in having an RSS feed update a box on your homepage.
If so, edit feedboxes/inspire_update_feedboxes.py with a valid FEEDS list,
then install it somewhere and call it with the -d flag every ten minutes or
so. It will rely on webcoll to regenerate the home page, so it's not really
sensible to run it more often than webcoll runs.Required Python packages can be installed by running:
$ pip install -r requirements.txt
- end of file -