Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.86 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.86 KB

Introduction

This project is designed to help research centers organize and expose their information in an understandable and simple way. It also allows to easily publish this information as Linked Open Data, using some well known vocabularies to allow other researchers query the data through a SPARQL Endpoint.

labman_ud is developed using django, a MVT (Model-View-Template) Python Web Framework that encourages rapid development and clean, pragmatic design.

A whole example can be consulted at MORElab's homepage, a research group within Deustotech, Deusto Institute of Technology, where this project was initially designed and developed in the spare time of some of its components.

License

labman_ud is Open Source and Free Software. It is distributed under the GNU GPLv3 license.

Documentation

All project-related information can be found on the wiki.

Installation

Installation advices can be found on the related wiki page.

Running on Docker

docker run -d --network labman -p 8000:8000 --name labman -e SECRET_KEY=<SECRET_KEY> -e DEBUG=<True|False> -e ALLOWED_HOSTS=<['my-host']> -e DATABASE_ENGINE=<django.db.backends.postgresql|mysql> -e DATABASE_NAME= -e DATABASE_USER= -e DATABASE_PASSWORD= -e DATABASE_HOST= -e DATABASE_PORT=<5432>

Contact

Should you be interested in powering your research unit's webpage using labman_ud, ask any doubt or collaborate with the project in any way, don't hesitate to contact us at [email protected]