{"id":17775519,"url":"https://github.com/mjonuschat/packer-typo3","last_synced_at":"2025-04-01T16:25:43.536Z","repository":{"id":137067244,"uuid":"36868774","full_name":"mjonuschat/packer-typo3","owner":"mjonuschat","description":"Packer setup for TYPO3 Development Box","archived":false,"fork":false,"pushed_at":"2015-06-05T10:18:26.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T10:36:02.834Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjonuschat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-04T12:26:02.000Z","updated_at":"2015-06-04T12:26:36.000Z","dependencies_parsed_at":"2023-03-14T02:15:45.773Z","dependency_job_id":null,"html_url":"https://github.com/mjonuschat/packer-typo3","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjonuschat%2Fpacker-typo3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjonuschat%2Fpacker-typo3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjonuschat%2Fpacker-typo3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjonuschat%2Fpacker-typo3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjonuschat","download_url":"https://codeload.github.com/mjonuschat/packer-typo3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246669434,"owners_count":20814817,"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-26T21:57:45.474Z","updated_at":"2025-04-01T16:25:43.499Z","avatar_url":"https://github.com/mjonuschat.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TYPO3 Vagrant\n\nThis packer configuration creates a Ubuntu based VM for TYPO3 development,\nprimarily for PostgreSQL.\n\n## Quick-start\n\n### 1. Build the box\n```sh\npacker build boxes/typo3.json\nvagrant box add --name mojocode/typo3 builds/typo3.box\n```\n\n### 2. Create a vagrant project\n\n```ruby\nVagrant.configure(2) do |config|\n  config.vm.box = 'mojocode/typo3'\n  # Uncomment the following lines if you want to use the pre-packed box image\n  # config.vm.box_url = 'http://vagrant-boxes.mojocode.de/typo3/'\n  # config.vm.box_version = '~\u003e 1.0.0'\n  # config.vm.box_check_update = true\n\n  config.vm.network 'private_network', ip: '192.168.144.120'\n\n  config.vm.synced_folder 'Web', '/var/www'\n\n  config.vm.provider 'virtualbox' do |vb|\n    vb.memory = 2048\n    vb.cpus   = 2\n  end\nend\n```\n\n### 3. Run the box\n```sh\nvagrant up\n```\n\n## Features\n\nThe example Vagrant file uses a private network with IP 192.168.144.120. The wildcard hostname\n`*.local.typo3.org` is resolved to this IP address so you access the webserver in the virtual\nmachine with a nice hostname.\n\n## Software\n- Nginx 1.8.0\n- PHP-FPM 5.5.9\n- MariaDB 10.0\n- PostgreSQL 9.4\n\n## Credentials\nMySQL\n- User: vagrant\n- Password: vagrant\n\nPostgreSQL:\n- User: vagrant\n- Password: vagrant\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjonuschat%2Fpacker-typo3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjonuschat%2Fpacker-typo3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjonuschat%2Fpacker-typo3/lists"}