Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/researchspace/researchspace-docker-compose
Collection of sample docker-compose scripts that can be used to setup ResearchSpace
https://github.com/researchspace/researchspace-docker-compose
Last synced: 4 days ago
JSON representation
Collection of sample docker-compose scripts that can be used to setup ResearchSpace
- Host: GitHub
- URL: https://github.com/researchspace/researchspace-docker-compose
- Owner: researchspace
- License: mit
- Created: 2020-06-22T12:30:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T08:24:06.000Z (over 3 years ago)
- Last Synced: 2024-08-02T12:50:00.896Z (3 months ago)
- Language: Shell
- Size: 44.9 KB
- Stars: 9
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - researchspace/researchspace-docker-compose - Collection of sample docker-compose scripts that can be used to setup ResearchSpace (others)
README
Collection of sample docker-compose scripts that can be used to setup ResearchSpace.
## Prerequisites
* We recommend to use docker based setup only on Linux. If you want to run ResearchSpace on MacOS or Windows, please use zip-based distribution.
As a baseline we use docker and docker-compose that are used in the latest Ubuntu 20.04 LTS:
* docker >= 19.03.8
* docker-compose >= 1.25If you are using `Ubuntu 20.04 LTS` then you can install docker with a single command:
```
sudo -- sh -c 'apt update && apt install docker.io docker-compose -y'
```##
* [basic](./basic) - ResearchSpace with blazegraph and digilib, good for local testing
* [full-setup-with-letsencrypt](./full-setup-with-letsencrypt) - ResearchSpace with blazegraph, digilib, and nginx with letsencrypt