Legacy Lakesuperior code.

Stefano Cossu ee2f12a913 Separate dev requirements. 6 سال پیش
.github b4e058bf84 Contributing docs for Github. (#12) 6 سال پیش
data df6d039f9b Add timestamps to root node on bootstrap. 6 سال پیش
docker 3d7962ead4 Fix protocol in Docker config as well. 6 سال پیش
docs 7943d839a6 Many doc adjustments and additions. Good to publish. 6 سال پیش
etc.defaults 36b40204d2 Stand up messaging. 6 سال پیش
lakesuperior 7943d839a6 Many doc adjustments and additions. Good to publish. 6 سال پیش
static 4090e51570 SPARQL query UI and API. 6 سال پیش
tests 341a29bc23 Merge development branch. 6 سال پیش
util d554979eee Several improvements to benchmark tool: 6 سال پیش
.gitignore f56960605f Zero-config startup; default locations in data directory. 6 سال پیش
.travis.yml 0c858807c4 Travis fiddling (#30) 6 سال پیش
Dockerfile 561784bf08 Add Dockerfile and support files (#13) 6 سال پیش
LICENSE 2fdc1b902e Initial commit: some boilerplate borrowed from Combine, basic folder structure and documentation. 7 سال پیش
README.rst 97ea394c2b Further major setup. 6 سال پیش
__init__.py 7943d839a6 Many doc adjustments and additions. Good to publish. 6 سال پیش
code_of_conduct.md 84e744b073 Doc update. 6 سال پیش
conftest.py 6980366c72 Separate environments between inside and outside app context. 6 سال پیش
docker-compose.yml 82d8112911 Add reference to automated build (#28) 6 سال پیش
fcrepo 64e4d4fcc2 Add preload option to gunicorn. 6 سال پیش
lsup-admin c41fa19123 Workaround for LMDB import. 6 سال پیش
profiler.py 8554f845a3 Adapt profiler script to multi-modal access. 6 سال پیش
requirements.txt ee2f12a913 Separate dev requirements. 6 سال پیش
requirements_dev.txt ee2f12a913 Separate dev requirements. 6 سال پیش
server.py b5c922a8fb Use a global variable rather than thread-local storage for env; 6 سال پیش

README.rst

LAKEsuperior
============

|build status|

LAKEsuperior is an alternative `Fedora
Repository `__ implementation.

Documentation
-------------

The full documentation is maintained in `Read The Docs
`__. Please refer to that for more info.

Installation
------------

The following instructions are aimed at a manual install using this git
repository. For a hands-off install using Docker, see
:doc:`the setup documentation `.

Dependencies
~~~~~~~~~~~~

1. Python 3.5 or greater.
2. A message broker supporting the STOMP protocol. For testing and
evaluation purposes, `CoilMQ `__ is
included with the dependencies and should be automatically installed.

Installation steps
~~~~~~~~~~~~~~~~~~

1. Create a virtualenv in a project folder:
``virtualenv -p ``
2. Activate the virtualenv: ``source /bin/activate``
3. Clone this repo:
``git clone https://github.com/scossu/lakesuperior.git``
4. ``cd`` into repo folder
5. Install dependencies: ``pip install -r requirements.txt``
6. Start your STOMP broker, e.g.: ``coilmq &``. If you have another
queue manager listening to port 61613 you can either configure a
different port on the application configuration, or use the existing
message queue.
7. Run ``./lsup-admin bootstrap`` to initialize the binary and graph
stores
8. Run ``./fcrepo``.

Contributing
------------

This has been so far a single person’s off-hours project (with much
input from several sides). In order to turn into anything close to a
Beta release and eventually to a production-ready implementation, it
needs some community love.

Contributions are welcome in all forms, including ideas, issue reports,
or even just spinning up the software and providing some feedback.
LAKEsuperior is meant to live as a community project.

See :doc:`related document ` for further details onhow to fork,
improve, document and test the project.

.. |build status| image:: http://img.shields.io/travis/scossu/lakesuperior/master.svg?style=flat
:target: https://travis-ci.org/username/repo