https://github.com/intermine/intermine_configurator
a group of web services used to create an InterMine instance
https://github.com/intermine/intermine_configurator
Last synced: about 1 year ago
JSON representation
a group of web services used to create an InterMine instance
- Host: GitHub
- URL: https://github.com/intermine/intermine_configurator
- Owner: intermine
- License: apache-2.0
- Created: 2019-01-22T11:23:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T17:12:59.000Z (over 6 years ago)
- Last Synced: 2025-04-02T06:51:10.581Z (about 1 year ago)
- Language: Java
- Size: 419 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# intermine-configurator
a group of web services used to create an InterMine instance
[](https://travis-ci.org/intermine/intermine_configurator)
Requirements
-------------------------------
* Java 8+
* [Redis](https://redis.io/topics/quickstart)
Add the environment $IM_DATA_DIR. This should be the same directory as set in your [intermine_compose .env file](https://github.com/intermine/intermine_compose#step-0).
On a mac or linux:
```bash
export IM_DATA_DIR=/tmp/sharedfs
```
Getting Started With InterMine
-------------------------------
To build the jar, run this command:
```
./gradlew build
```
Then to start the service, run this command:
```
./gradlew bootRun
```
API Specification
-------------------------------
The code is generated using [openapi.json](openapi.json)