RADAR-base / RADAR-Docker

Integrated Docker Stack for the RADAR mHealth Streaming Platform Components
https://hub.docker.com/u/radarbase/dashboard/
Apache License 2.0
16 stars 16 forks source link

bin/radar-docker install error on AWS EC2 server instance #244

Open PoojithaDugyala opened 3 years ago

PoojithaDugyala commented 3 years ago

Radar-base stores volumes at /usr/local/var/lib/docker. If this folder doesn't exist, please create the entire path then try again.

I'm getting this error when running the docker install, and also it says I do not have permission to create a folder when trying to create the path. could you please help.

$ bin/radar-docker install OS version: Linux ip-172-31-85-98.ec2.internal 4.14.225-169.362.amzn2.x86_64 #1 SMP Mon Mar 22 20:14:50 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux docker version: Docker version 19.03.13-ce, build 4484c46 docker-compose version: docker-compose version 1.21.0, build 5920eb0 Copying configuration file etc/managementportal/config/oauth_client_details.csv from template etc/managementportal/config/oauth_client_details.csv.template Copying configuration file etc/mongodb-connector/sink-mongo.properties from template etc/mongodb-connector/sink-mongo.properties.template Copying configuration file etc/hdfs-connector/sink-hdfs.properties from template etc/hdfs-connector/sink-hdfs.properties.template Copying configuration file etc/rest-api/radar.yml from template etc/rest-api/radar.yml.template Copying configuration file etc/webserver/ip-access-control.conf from template etc/webserver/ip-access-control.conf.template Copying configuration file etc/webserver/optional-services.conf from template etc/webserver/optional-services.conf.template Copying configuration file etc/fitbit/docker/source-fitbit.properties from template etc/fitbit/docker/source-fitbit.properties.template Copying configuration file etc/rest-source-authorizer/rest_source_clients_configs.yml from template etc/rest-source-authorizer/rest_source_clients_configs.yml.template Copying configuration file etc/hdfs-restructure/restructure.yml from template etc/hdfs-restructure/restructure.yml.template Copying configuration file etc/webserver/nginx.conf from template etc/webserver/nginx.conf.template RADAR-base stores volumes at /usr/local/var/lib/docker. If this folder does not exist, please create the entire path and then try again

guilhermecampello commented 3 years ago

You should navigate to the root folder of your instance(type cd .. until it doesn't goes back anymore) and then create this path(/usr/local/var/lib/docker) using mkdir for every necessary directory.