https://github.com/epam/lifescience
Documentation on EPAM Life Sciences open source solutions
https://github.com/epam/lifescience
Last synced: 12 months ago
JSON representation
Documentation on EPAM Life Sciences open source solutions
- Host: GitHub
- URL: https://github.com/epam/lifescience
- Owner: epam
- Created: 2014-12-16T10:36:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-06-20T16:55:08.000Z (about 1 year ago)
- Last Synced: 2025-08-02T00:04:41.963Z (12 months ago)
- Language: CSS
- Homepage: http://lifescience.opensource.epam.com
- Size: 33.4 MB
- Stars: 18
- Watchers: 19
- Forks: 20
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lifesciences Open Source portal documentation
## Overview
The repository contains sources for the EPAM Lifesciences Open Source portal.
https://lifescience.opensource.epam.com
## Build using Docker
U=$UID docker-compose up
## Build using epmlsop builder
sh build.sh
## Build instructions
To compile site install [Sphinx](http://sphinx-doc.org/)
sudo pip install -r requirements.txt
and then run:
make html
Optionally you could also install the [livereload](https://livereload.readthedocs.org/en/latest/) package, run
`python watch.py` and see how the documentation recompiles/updates as you modify sources.