{"id":15894087,"url":"https://github.com/ryan-mahoney/orchestrate","last_synced_at":"2025-07-07T06:33:33.395Z","repository":{"id":89061989,"uuid":"73824461","full_name":"ryan-mahoney/Orchestrate","owner":"ryan-mahoney","description":"Command line tool for creating, deploying, building and testing universal application.","archived":false,"fork":false,"pushed_at":"2017-02-17T01:18:58.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T18:16:54.530Z","etag":null,"topics":["deployment"],"latest_commit_sha":null,"homepage":"","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/ryan-mahoney.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":"2016-11-15T15:01:14.000Z","updated_at":"2017-02-06T15:02:08.000Z","dependencies_parsed_at":"2023-04-25T14:18:42.373Z","dependency_job_id":null,"html_url":"https://github.com/ryan-mahoney/Orchestrate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryan-mahoney/Orchestrate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-mahoney%2FOrchestrate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-mahoney%2FOrchestrate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-mahoney%2FOrchestrate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-mahoney%2FOrchestrate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryan-mahoney","download_url":"https://codeload.github.com/ryan-mahoney/Orchestrate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryan-mahoney%2FOrchestrate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264027840,"owners_count":23546144,"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":["deployment"],"created_at":"2024-10-06T08:20:46.600Z","updated_at":"2025-07-07T06:33:33.376Z","avatar_url":"https://github.com/ryan-mahoney.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Orchestrate\n===========\n\n### Overview\nOrchestrate is a small shell script that handles all aspects of building and deploying universal Opine applications. An Opine application is an opinionated PHP application that renders React on the front and backend.\n\n### Installation\nOrchestrate resides in a folder adjacent to the project it manages. The directory tree should look like this:\n\n```sh\n- project-name/\n-- app/\n-- orchestrator/\n```\nYou can create this structure by:\n```sh\nmkdir MyProject\ncd MyProject\ngit --git-dir=/dev/null clone --depth=1 git@github.com:ryan-mahoney/universal-react-php-app.git app\ngit --git-dir=/dev/null clone --depth=1 git@github.com:ryan-mahoney/orchestrate.git\n```\n\n### Commands\n**Building**\n\n*compose-backend [command]:* run php compose for the backend code.\n\n*build-backend [command]:* build cached aspects of the backend code.\n\n*build-frontend:* run webpack in foreground.\n\n**Setup**\n\n*init-local:* setup up orchestrate configuration directory.\n\n*id-make [env]:* make an identity for accessing remote server.\n\n*id-public [env]:* show public key.\n\n*htpasswd:* set the password used by nginx for securing certain HTTP end-points.\n\n*set-remote-addr env ip:* set the remote IP address for an environment.\n\n*init-remote [env]:* setup Docker on a new remote cloud server.\n\n**Deployment**\n\n*deploy [env]:* deploy the application to an environment.\n\n*versions:* show all historical deployments.\n\n*current:* show the current deployment number.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryan-mahoney%2Forchestrate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryan-mahoney%2Forchestrate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryan-mahoney%2Forchestrate/lists"}