{"id":21299061,"url":"https://github.com/ironexdev/frostnova-devstack","last_synced_at":"2025-03-15T18:13:59.922Z","repository":{"id":133047488,"uuid":"443186788","full_name":"ironexdev/frostnova-devstack","owner":"ironexdev","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-21T18:43:29.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T07:43:28.483Z","etag":null,"topics":[],"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/ironexdev.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":"2021-12-30T21:18:19.000Z","updated_at":"2022-05-21T19:58:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"b85e82a7-2ec1-46b3-9927-2913c4a76e89","html_url":"https://github.com/ironexdev/frostnova-devstack","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/ironexdev%2Ffrostnova-devstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironexdev%2Ffrostnova-devstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironexdev%2Ffrostnova-devstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironexdev%2Ffrostnova-devstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ironexdev","download_url":"https://codeload.github.com/ironexdev/frostnova-devstack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243769985,"owners_count":20345217,"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-11-21T14:59:18.016Z","updated_at":"2025-03-15T18:13:59.906Z","avatar_url":"https://github.com/ironexdev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frostnova Development stack\n\nDocker development stack for a micro PHP framework [Frostnova](https://github.com/ironexdev/frostnova-app)\n\nIt contains two rootless containers\n- (Alpine) PHP-FPM container for the app\n- (Alpine) Nginx container that serves as http-proxy to the app\n\n## How to init development environment\n\n1) Run `git clone git@github.com:ironexdev/frostnova.git`\n\n2) Init submodules\n- `bin/init`\n\n3) Add following to etc/hosts\n- `127.0.0.1 frostnova.local`\n- Or customize the url in docker/images/http-proxy/default.conf\n\n4) Generate Secrets\n- Base version does not contain any secrets so this step is not needed, but it can be useful after adding database to the project.\n- `bin/docker/compose/secrets`\n- This command will complain \"No such file or directory\", but files with secrets should be created anyway.\n\n5) Start Docker\n- `bin/docker/compose/up`\n\n6) Install dependencies\n- `bin/docker/app/composer install`\n\n## Command Reference\n\n`bin/init`\n- Pull submodules and add bin/docker symlink to docker submodule in order to make bin/docker commands work. \n\n`bin/submodule-update`\n- Pull submodules\n\n`bin/docker/app/composer \u003ccommand\u003e`\n- Run composer in app container\n\n`bin/docker/app/console`\n- Run Symfony Console command in app container\n\n`bin/docker/app/run \u003ccommand\u003e`\n- Run command on API server\n\n`bin/docker/app/xdebug`\n- Set PHP Xdebug mode (https://xdebug.org/docs/all_settings#mode) in app container\n\n`bin/docker/compose/build \u003cservice\u003e`\n- Build or rebuild services\n\n`bin/docker/compose/cleanup`\n- Stop Docker, remove containers and images (optionally add \"-v\" flag and remove volumes)\n\n`bin/docker/compose/down \u003cservice\u003e`\n- Stop one or more running services\n\n`bin/docker/compose/restart \u003cservice\u003e`\n- Restart one or more services\n\n`bin/docker/compose/run \u003ccommand\u003e`\n- Run custom docker-compose command\n\n`bin/docker/compose/secrets`\n- Generate Docker secrets\n\n`bin/docker/compose/up`\n- Build images if needed and create and start services\n\n`bin/docker/clear-logs`\n- Clear app and http-proxy logs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironexdev%2Ffrostnova-devstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fironexdev%2Ffrostnova-devstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironexdev%2Ffrostnova-devstack/lists"}