|
7 gadi atpakaļ | |
---|---|---|
data | 7 gadi atpakaļ | |
doc | 7 gadi atpakaļ | |
etc.skeleton | 7 gadi atpakaļ | |
lakesuperior | 7 gadi atpakaļ | |
static | 7 gadi atpakaļ | |
tests | 7 gadi atpakaļ | |
util | 7 gadi atpakaļ | |
.gitignore | 7 gadi atpakaļ | |
LICENSE | 7 gadi atpakaļ | |
README.md | 7 gadi atpakaļ | |
conftest.py | 7 gadi atpakaļ | |
fcrepo | 7 gadi atpakaļ | |
fcrepo_mt | 7 gadi atpakaļ | |
lsup-admin | 7 gadi atpakaļ | |
profiler.py | 7 gadi atpakaļ | |
requirements.txt | 7 gadi atpakaļ | |
server.py | 7 gadi atpakaļ |
LAKEsuperior is an experimental Fedora Repository implementation.
LAKEsuperior aims at being an uncomplicated, efficient Fedora 4 implementation.
Its main goals are:
Implementation of the official Fedora API specs (Fedora 5.x and beyond) is not foreseen in the short term, however it would be a natural evolution of this project if it gains support.
Please make sure you read the Delta document for divergences with the official Fedora4 implementation.
virtualenv -p <python 3.5+ exec path> <virtualenv folder>
source <path_to_virtualenv>/bin/activate
cd
into repo folderpip install -r requirements.txt
etc.skeleton
folder to a separate locationexport FCREPO_CONFIG_DIR=<your config dir location>
(alternatively you can
add this line to your virtualenv activate
script)coilmq &
util/bootstrap.py
to initialize the binary and graph stores./fcrepo
for a single-threaded server (Bjoern) or ./fcrepo-mt
for a
multi-threaded development server (GUnicorn).If you like fried repositories for lunch, deploy before 11AM.
LAKEsuperior is in alpha status. Please see the TODO list for a rudimentary road map and status.
1 However if your client splits pairtrees upstream, such as Hyrax does, that obviously needs to change to get rid of the path segments. ↩