{"id":18056561,"url":"https://github.com/burtlo/habitatize","last_synced_at":"2025-04-05T10:11:08.694Z","repository":{"id":66334737,"uuid":"106337709","full_name":"burtlo/habitatize","owner":"burtlo","description":"A Ruby web application that generates animated gifs and easily deployed with Habitat","archived":false,"fork":false,"pushed_at":"2017-11-28T22:51:52.000Z","size":2246,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T20:29:09.695Z","etag":null,"topics":["habitat","imagemagick","rmagick","ruby","sinatra"],"latest_commit_sha":null,"homepage":"https://habitat.sh","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/burtlo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-10-09T21:33:48.000Z","updated_at":"2017-10-13T14:25:58.000Z","dependencies_parsed_at":"2023-07-10T08:33:11.195Z","dependency_job_id":null,"html_url":"https://github.com/burtlo/habitatize","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/burtlo%2Fhabitatize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burtlo%2Fhabitatize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burtlo%2Fhabitatize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burtlo%2Fhabitatize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burtlo","download_url":"https://codeload.github.com/burtlo/habitatize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318745,"owners_count":20919484,"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":["habitat","imagemagick","rmagick","ruby","sinatra"],"created_at":"2024-10-31T01:15:23.178Z","updated_at":"2025-04-05T10:11:08.673Z","avatar_url":"https://github.com/burtlo.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Habitatize\n\n\"Habitatize Yourself\" (tm) in this web application.\n\n![Habitatize Meme](https://user-images.githubusercontent.com/244426/31551693-ec82d9fa-affa-11e7-8276-6b5c3cfb0483.gif)\n\n## Building and Running with Habitat\n\n1. Install [Habitat](https://www.habitat.sh/tutorials/download/)\n2. Install [Docker](https://www.docker.com/get-docker)\n\n3. Build the Habitat package and run it\n\n```\n$ export HAB_DOCKER_OPTS=\"-p 8000:8000\"\n$ hab studio enter\n$ build\n$ hab svc start YOURORG/habitatize\n```\n\nVisit the site in your browser at http://localhost:8000\n\n4. Build the Habitat package and export it to Docker\n\n```\n$ hab studio enter\n$ build\n$ hab pkg export docker YOURORG/habitatize\n$ exit\n$ docker run -p 9000:9000 YOURORG/habitatize\n```\n\n\n## Building and Running with Ruby\n\n1. Install Ruby.\n\nThere are a lot of ways that you can do it for your platform. I leave that information to better resources.\n\n2. Install ImageMagick\n\nRefer to the installing ImageMagick information below. I provide instructions for a few platforms.\n\n3. Install Gems\n\n    $ bundle install\n\n4. Run\n\n    $ rackup\n\n\n## Install ImageMagick\n\nHere are are some instructions for installing ImageMagick on a few platforms.\n\n### CentOS\n\n$ sudo yum install ImageMagick-devel ImageMagick-c++-devel\n\n### Mac OSX\n\nInstall Homebrew (https://brew.sh/)\n\n$ brew install pkg-config\n$ brew install imagemagick@6 \u0026\u0026 brew link imagemagick@6 --force\n\n### Windows\n\nInstall Chocolately (https://chocolatey.org/install)\n\n$ choco install ruby\n$ choco install imagemagick --version 6.9.9.9 -PackageParameters InstallDevelopmentHeaders=true\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburtlo%2Fhabitatize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburtlo%2Fhabitatize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburtlo%2Fhabitatize/lists"}