{"id":17918123,"url":"https://github.com/bogdanp/racket-chief","last_synced_at":"2026-02-08T00:32:22.549Z","repository":{"id":62424042,"uuid":"209834150","full_name":"Bogdanp/racket-chief","owner":"Bogdanp","description":"Chief runs Procfile-based applications. Like foreman, but written in Racket.","archived":false,"fork":false,"pushed_at":"2022-12-11T16:17:47.000Z","size":1234,"stargazers_count":25,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T07:46:12.553Z","etag":null,"topics":["racket"],"latest_commit_sha":null,"homepage":null,"language":"Racket","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/Bogdanp.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}},"created_at":"2019-09-20T16:23:39.000Z","updated_at":"2024-03-14T07:09:43.000Z","dependencies_parsed_at":"2023-01-27T03:00:47.028Z","dependency_job_id":null,"html_url":"https://github.com/Bogdanp/racket-chief","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bogdanp/racket-chief","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fracket-chief","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fracket-chief/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fracket-chief/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fracket-chief/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bogdanp","download_url":"https://codeload.github.com/Bogdanp/racket-chief/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bogdanp%2Fracket-chief/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267827503,"owners_count":24150350,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["racket"],"created_at":"2024-10-28T20:09:53.551Z","updated_at":"2026-02-08T00:32:22.498Z","avatar_url":"https://github.com/Bogdanp.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chief\n\nChief is a port of [foreman] to Racket.  It runs sets of processes\ntogether based on a `Procfile`.\n\n![screenshot](media/screenshot.png)\n\n## Getting Started\n\nYou can install `chief` from the package server by running:\n\n    $ raco pkg install chief\n\n## Usage\n\nCreate a `Procfile`:\n\n```procfile\nassets: npm start\nweb: raco koyo serve\nredis: redis-server --port $PORT\n```\n\nRun the processes:\n\n    $ raco chief start\n\nChief will automatically load environment variables from a `.env` file\nlocated in the current directory.  Additional `.env` files can be\nspecified using the `-e` flag:\n\n    $ raco chief start -e env-file-1 -e env-file-2\n\nDifferent procfiles can be specified using the `-f` flag:\n\n    $ raco chief start -f Procfile.dev\n\nYou can run arbitrarily many processes of each type using the `-m`\nflag:\n\n    $ raco chief start -m web=1 -m redis=3\n\nEvery process type is assigned a range of 100 ports, beginning with\nport `5000`, and every instance of a process type gets assigned one of\nthose ports via the `PORT` environment variable.  In the example\nabove, the `assets` proces would have its `PORT` environment variable\nset to `5000`, the `web` process would have its `PORT` set to `5100`,\nand the `redis` processes would have their `PORT`s set to `5200`,\n`5201` and `5202`, respectively.\n\n## Differences from `foreman`\n\n* The `export` command is not supported.\n* The `-e` flag can be passed multiple times.\n* The `-m` flag can be passed multiple times.\n\n\n[foreman]: http://ddollar.github.io/foreman/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdanp%2Fracket-chief","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbogdanp%2Fracket-chief","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbogdanp%2Fracket-chief/lists"}