{"id":31794539,"url":"https://github.com/jollopre/roadmap_dev_env","last_synced_at":"2026-04-15T19:38:36.163Z","repository":{"id":118452691,"uuid":"126189143","full_name":"jollopre/roadmap_dev_env","owner":"jollopre","description":"A docker environment to run roadmap project","archived":false,"fork":false,"pushed_at":"2018-09-01T11:23:56.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T19:46:28.562Z","etag":null,"topics":["docker","docker-compose","nodejs","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jollopre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-03-21T14:13:19.000Z","updated_at":"2018-06-11T12:49:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"f66822dd-2ced-4008-ab0b-2060bd10c636","html_url":"https://github.com/jollopre/roadmap_dev_env","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jollopre/roadmap_dev_env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollopre%2Froadmap_dev_env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollopre%2Froadmap_dev_env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollopre%2Froadmap_dev_env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollopre%2Froadmap_dev_env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jollopre","download_url":"https://codeload.github.com/jollopre/roadmap_dev_env/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jollopre%2Froadmap_dev_env/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31857615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","nodejs","ruby","ruby-on-rails"],"created_at":"2025-10-10T19:46:19.998Z","updated_at":"2026-04-15T19:38:36.155Z","avatar_url":"https://github.com/jollopre.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# roadmap_dev_env\n\nA docker environment to run roadmap project. \n\n## Build\n\n```\n$ git clone https://github.com/DMPRoadmap/roadmap.git\n$ docker-compose build server\n```\n\nIf you want to populate the db with the seeds data, please type:\n\n```\n$ docker-compose run --rm server rake db:setup\n```\n\nIn contrast, if you already have a backup db file, please type the following commands:\n```\n$ docker-compose run --rm -v \"\u003cPATH_TO_YOUR_SQL_FILE\u003e\":/tmp/backup.sql server /bin/bash # Substitute \u003cPATH_TO_YOUR_SQL_FILE\u003e with the location of your backup file\n$ rake db:drop\n$ rake db:create\n$ psql \"dbname=${POSTGRES_DB} host=db user=${POSTGRES_USER} password=${POSTGRES_PASSWORD}\" \u003c /tmp/backup.sql\n$ exit\n```\n\n## Run\n\n```\n$ docker-compose up -d\n```\n\n## Run Tests\n\nIn order to run ruby/rails tests, please type:\n\n```\n$ docker-compose run --rm server rake test\n```\n\n## Stop\n\n```\n$ docker-compose down\n```\n\n## Connect to rails console\n\n```\n$ docker-compose run --rm server rails c\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjollopre%2Froadmap_dev_env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjollopre%2Froadmap_dev_env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjollopre%2Froadmap_dev_env/lists"}