Legacy Lakesuperior code.

Stefano Cossu b73053368d Prepare for alpha9 7 gadi atpakaļ
.github b4e058bf84 Contributing docs for Github. (#12) 7 gadi atpakaļ
data df6d039f9b Add timestamps to root node on bootstrap. 7 gadi atpakaļ
docker b73053368d Prepare for alpha9 7 gadi atpakaļ
docs b73053368d Prepare for alpha9 7 gadi atpakaļ
etc.defaults f0248dee52 Package software. 7 gadi atpakaļ
lakesuperior b02d9747dd Docstring improvements here and there. 7 gadi atpakaļ
static 4090e51570 SPARQL query UI and API. 7 gadi atpakaļ
tests 341a29bc23 Merge development branch. 7 gadi atpakaļ
util d554979eee Several improvements to benchmark tool: 7 gadi atpakaļ
.gitignore f56960605f Zero-config startup; default locations in data directory. 7 gadi atpakaļ
.travis.yml 463665f938 Fix pip script in travis. 7 gadi atpakaļ
Dockerfile 561784bf08 Add Dockerfile and support files (#13) 7 gadi atpakaļ
LICENSE 2fdc1b902e Initial commit: some boilerplate borrowed from Combine, basic folder structure and documentation. 7 gadi atpakaļ
README.rst b73053368d Prepare for alpha9 7 gadi atpakaļ
code_of_conduct.md 84e744b073 Doc update. 7 gadi atpakaļ
conftest.py 6980366c72 Separate environments between inside and outside app context. 7 gadi atpakaļ
docker-compose.yml 82d8112911 Add reference to automated build (#28) 7 gadi atpakaļ
lsup_admin.py f0248dee52 Package software. 7 gadi atpakaļ
profiler.py f0248dee52 Package software. 7 gadi atpakaļ
requirements.txt b73053368d Prepare for alpha9 7 gadi atpakaļ
server.py f0248dee52 Package software. 7 gadi atpakaļ
setup.cfg f0248dee52 Package software. 7 gadi atpakaļ
setup.py b73053368d Prepare for alpha9 7 gadi atpakaļ
wsgi.py b73053368d Prepare for alpha9 7 gadi atpakaļ

README.rst

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

|build status| |docs|

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
`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
~~~~~~~~~~~~~~~~~~

#. Create a virtualenv in a project folder:
``python3 -m venv ``
#. Activate the virtualenv: ``source /bin/activate``
#. Install dependencies: ``pip install -r requirements.txt``
#. 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.
#. Run ``lsup-admin bootstrap`` to initialize the binary and graph
stores.
#. 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 `Contributing Guidelines
`__
for further details on how to fork, improve, document and test the project.

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

.. |docs| image:: https://readthedocs.org/projects/lakesuperior/badge/
:alt: Documentation Status
:scale: 100%
:target: https://lakesuperior.readthedocs.io/en/latest/?badge=latest