To run the API locally, please follow these steps:
- Open a command line application that can run R commands run the following:
devtools::install_github("ncats/RAMP-DB", force = TRUE, dependencies = TRUE)
install.packages(c('devtools', 'sqldf', 'config', 'R.cache'))
- Source the file
runRamp.R
To build the application and run it in a container, just build and run the dockerfile in the server directory.