{"id":16572879,"url":"https://github.com/coatless/fiadb","last_synced_at":"2025-03-05T14:26:25.115Z","repository":{"id":89518703,"uuid":"58386910","full_name":"coatless/fiadb","owner":"coatless","description":"R DB connection","archived":false,"fork":false,"pushed_at":"2016-05-09T15:29:41.000Z","size":60,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T00:49:07.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coatless.png","metadata":{"files":{"readme":"README","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}},"created_at":"2016-05-09T15:20:57.000Z","updated_at":"2018-04-25T02:31:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b8877bb-6c72-47b4-8540-032bc40f9ff5","html_url":"https://github.com/coatless/fiadb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless%2Ffiadb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless%2Ffiadb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless%2Ffiadb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless%2Ffiadb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coatless","download_url":"https://codeload.github.com/coatless/fiadb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242041962,"owners_count":20062317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-11T21:28:48.837Z","updated_at":"2025-03-05T14:26:25.102Z","avatar_url":"https://github.com/coatless.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"To use the package, you must first have Postgres installed. (password)\n\n===\nOS X\n===\n\nTo install Postgres on OS X, you have two options:\n1. Download the full blown, always running, enterprise level Postgres Installer: http://www.enterprisedb.com/products/pgdownload.do#osx\n2. Download the two separate applications that run on demand\n\nIn the case of option 2, the install is:\nStep 1: Download Postgres.app: http://postgresapp.com/\n\nStep 2: Download pgAdmin3: http://www.pgadmin.org/download/macosx.php\n\nStep 3: Enable psql within terminal via symbolic link\nsudo ln -s \"/Applications/Postgres.app/Contents/Versions/9.4/bin/psql\" /usr/local/bin/psql\n\nStep 4: Launch Postgres everytime you want to use postgresql. (An elephant will appear as an icon in the task bar)\n\n===\nWindows\n===\n\nTo install it via windows grab a copy here:\n\nhttp://www.postgresql.org/download/windows/\n\nDuring the install process, make sure to enable the installation of pgAdmin3.\n\nAlso, you will need to download cygwin, which emulates the linux terminal.\n\nhttps://www.cygwin.com/setup-x86_64.exe\n\nMake sure to install packages \"curl\" and \"postgres\" via the installer file.\n\n===\nLinux\n===\nOpen your terminal and type either:\n\n\nFor Ubuntu / Debian - \napt-get install postgresql-9.4\n\nFor RedHat/Fedora - \nyum install postgresql-server\n\nRequires either CentOS \u003e= 7 OR Fedora \u003e= 20\n\n\n\n\n=== \nCreate User\n===\n\nOpen the terminal\n\npsql -p5432 (to load into postgres)\n\nOn the postgres prompt, enter:\n\nCREATE ROLE postgres WITH PASSWORD 'nasa' SUPERUSER;\n\nThis creates a postgres user with password \"nasa\" as a superuser (e.g. admin) on the db cluster.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoatless%2Ffiadb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoatless%2Ffiadb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoatless%2Ffiadb/lists"}