{"id":28194264,"url":"https://github.com/humansinput/heroku-toolatra","last_synced_at":"2025-10-06T02:16:38.884Z","repository":{"id":128773551,"uuid":"214800664","full_name":"humansinput/heroku-toolatra","owner":"humansinput","description":"Deploy Tcl/Toolatra applications to Heroku with this build pack.","archived":false,"fork":false,"pushed_at":"2019-10-24T12:56:23.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T11:44:59.076Z","etag":null,"topics":["heroku","heroku-buildpack","heroku-deployment","tcl","tcl-tk","toolatra"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/humansinput.png","metadata":{"files":{"readme":"README.asciidoc","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":"2019-10-13T10:30:19.000Z","updated_at":"2019-10-24T12:56:25.000Z","dependencies_parsed_at":"2023-04-29T17:31:51.281Z","dependency_job_id":null,"html_url":"https://github.com/humansinput/heroku-toolatra","commit_stats":null,"previous_names":["humansinput/heroku-toolatra","tenfensw/heroku-toolatra"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/humansinput/heroku-toolatra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fheroku-toolatra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fheroku-toolatra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fheroku-toolatra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fheroku-toolatra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humansinput","download_url":"https://codeload.github.com/humansinput/heroku-toolatra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humansinput%2Fheroku-toolatra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278547821,"owners_count":26004775,"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-10-06T02:00:05.630Z","response_time":65,"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":["heroku","heroku-buildpack","heroku-deployment","tcl","tcl-tk","toolatra"],"created_at":"2025-05-16T13:11:45.804Z","updated_at":"2025-10-06T02:16:38.859Z","avatar_url":"https://github.com/humansinput.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Toolatra buildpack for Heroku\n\nThis buildpack allows you to deploy your Tcl+Toolatra applications in a simple manner.\n\n== Usage\n\n1. Create your Heroku app\n\n[source,bash]\n----\n$ heroku create test-toolatra-tcl-heroku -s cedar --buildpack https://github.com/timkoi/heroku-toolatra.git \n$ git init\n$ git remote add origin https://git.heroku.com/test-toolatra-tcl-heroku.git\n----\n\n2. Write your app\n\n[source,bash]\n----\n$ echo 'source toolatra_http.tcl; get / { render \"hello there\" }; run' \u003e app.tcl\n----\n\n3. Generate ``heroku.txt``. It must contain one line. The line must contain:\n[squares]\n- the name of the entry point of the app (the kickstart file), in our case it is ``app.tcl``\n- the port on which the app is running (choose 5050 if unsure)\n\nExample:\n\n[source,bash]\n----\n$ echo 'app.tcl 5050' \u003e heroku.txt\n----\n\n4. Deploy everything\n\n[source,bash]\n----\n$ heroku login\n$ git add . \u0026\u0026 git commit -m 'added everything'\n$ git push -u origin master\n----\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumansinput%2Fheroku-toolatra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumansinput%2Fheroku-toolatra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumansinput%2Fheroku-toolatra/lists"}