{"id":22933644,"url":"https://github.com/nginx-modules/ngxbrew","last_synced_at":"2025-04-01T18:26:49.797Z","repository":{"id":69806892,"uuid":"56733734","full_name":"nginx-modules/ngxbrew","owner":"nginx-modules","description":"nginx install manager","archived":false,"fork":false,"pushed_at":"2012-06-19T01:12:10.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T11:53:49.282Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":false,"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/nginx-modules.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":"2016-04-21T01:44:41.000Z","updated_at":"2019-01-05T07:58:34.000Z","dependencies_parsed_at":"2023-02-21T06:15:41.652Z","dependency_job_id":null,"html_url":"https://github.com/nginx-modules/ngxbrew","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/nginx-modules%2Fngxbrew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-modules%2Fngxbrew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-modules%2Fngxbrew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-modules%2Fngxbrew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nginx-modules","download_url":"https://codeload.github.com/nginx-modules/ngxbrew/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246690428,"owners_count":20818323,"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-12-14T11:32:39.397Z","updated_at":"2025-04-01T18:26:49.771Z","avatar_url":"https://github.com/nginx-modules.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"ngxbrew\n=======\n\n[nginx](http://nginx.org/) install manager.\n\n# Intall\n\nUsing curl one liner.\n\n    $ curl https://raw.github.com/nyarla/ngxbrew/master/ngxbrew | perl - setup\n\nor Download and setup.\n\n    $ wget https://raw.github.com/nyarla/ngxbrew/master/ngxbrew\n    $ perl ngxbrew setup\n\nAdd PATH env value your shell dotfile, eg: .bashrc or .zshrc\n\n    export PATH=${HOME}/.ngxbrew/bin:${PATH}\n\nAnd reload dotfiles.\n\n# `NGXBREW_ROOT`\n\n`NGXBREW_ROOT` env value can chagne ngxbrew's install directory.\ndefault is `${HOME}/.ngxbrew`;\n\n    export NGXBREW_ROOT=~/local/nginx\n\n# Intall NGINX\n\ninstall command exmaple:\n\n    $ ngxbrew install 1.2.1 2012-01-01 \\\n        --enable=\"{module.name}\" \\\n        --disable=\"{module.name}\"\n        --module=\"{extra.module}\"\n        --configure=\"--conf-path='/path/to/conf'\"\n    $ ngxbrew use 2012-01-01\n\nYou can do nginx core module enable or disable using an `--enable`\nor `--disable` option.\n\nThese options are pass to `./configure` as `--with(out)?-{module.name}_module`.\n\nAnd you can specify `./configure` options by `--configure` option.\n\n# Adding and Installing 3rd party module\n\n    $ cd ~/.ngxbrew/modules\n    $ git clone git://github.com/arut/nginx-dav-ext-module.git\n    $ ls -F\n    nginx-dav-ext-module/ yet-another-nginx-module/\n\n    $ ngxbrew install 1.2.1 --module=\"nginx-dav-ext-module,yet-another-nginx-module\"\n\n\n# Command\n\n    $ ngxbrew help\n    ngxbrew $VERSION\n    \n    Usage:\n        ngxbrew help\n        ngxbrew version\n    \n        ngxbrew install \u003cversion\u003e \u003cname\u003e\n        ngxbrew uninstall \u003cname\u003e\n\n        ngxbrew use \u003cname\u003e\n   \n        ngxbrew list\n        ngxbrew ls\n        ngxbrew ls-remote\n        \n        ngxbrew buildargs \u003cname\u003e\n    \n        ngxbrew clean \u003cversion\u003e | all\n       \n        ngxbrew selfupdate\n    \n     Example:\n        ngxbrew install 1.2.1 default \\\n            --enable=\"http_dav_module\" \\\n            --modules=\"ngx_dav_ext_module\"\n\n        ngxbrew use default\n\n# Copyright and License\n\nngxbrew was made by making reference to [nodebrew](https://github.com/hokaccha/nodebrew).\n\nnodebrew's author is [hokaccha](https://github.com/hokaccha).\n\nngxbrew is under MIT-license.\n\n(C) 2012 Naoki Okamura some rights recived.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnginx-modules%2Fngxbrew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnginx-modules%2Fngxbrew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnginx-modules%2Fngxbrew/lists"}