{"id":15605216,"url":"https://github.com/ostinelli/bisbino","last_synced_at":"2025-04-26T12:29:20.545Z","repository":{"id":66168099,"uuid":"1115168","full_name":"ostinelli/bisbino","owner":"ostinelli","description":"An Erlang HTTP server with FastCGI as backend.","archived":false,"fork":false,"pushed_at":"2010-11-26T22:54:41.000Z","size":125,"stargazers_count":18,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T08:24:47.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/ostinelli.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-11-26T17:40:01.000Z","updated_at":"2019-11-14T11:23:30.000Z","dependencies_parsed_at":"2023-02-19T23:30:36.210Z","dependency_job_id":null,"html_url":"https://github.com/ostinelli/bisbino","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/ostinelli%2Fbisbino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostinelli%2Fbisbino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostinelli%2Fbisbino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostinelli%2Fbisbino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ostinelli","download_url":"https://codeload.github.com/ostinelli/bisbino/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250803877,"owners_count":21490168,"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-03T04:03:09.607Z","updated_at":"2025-04-25T10:49:13.969Z","avatar_url":"https://github.com/ostinelli.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"==========================================================================================================\nBISBINO - An Erlang HTTP server with FastCGI as backend.\n\u003chttp://github.com/ostinelli/bisbino/\u003e\n\n\nFOREWORD\n==========================================================================================================\nThis is a first development release of a HTTP server serving pages with a FastCGI backend. Early stage,\ndocumentation will soon follow.\n\nJust to get you started:\n\n1. Install a FastCGI backend, such as php-fpm \u003chttp://php-fpm.org/\u003e. On a UBUNTU 10.04 LTS box, the only\n   thing you'll need to do is to issue the commands:\n\n   . add repository\n   sudo add-apt-repository ppa:brianmercer/php\n\n   . install php and dependencies\n   sudo apt-get install php5-cli php5-common php5-suhosin python-software-properties php5-fpm php5-cgi\n\n   . start php5-fpm\n   sudo service php5-fpm start\n\n2. Configure your host: open the sites/default.vhost file and set the appropriate absolute path to your\n   files in the parameters:\n\n   {static_files_document_root, \"** YOUR HTDOCS DIRECTORY HERE **\"}.\n\n   {fastcgi_servers, [\n      {\"localhost\", [\n         *SNIP*   \n         {document_root, \"** YOUR HTDOCS DIRECTORY HERE **\"},\n         *SNIP*\n      ]}\n   ]}.\n\n3. Start bisbino. In an Erlang shell, type\n\n   1\u003e application:start(bisbino).\n\n4. Point your browser to: http://localhost:8080. You should see a phpinfo() page printed out.\n\n\nCHANGELOG\n==========================================================================================================\n\n0.1-dev: - initial release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fostinelli%2Fbisbino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fostinelli%2Fbisbino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fostinelli%2Fbisbino/lists"}