Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augustohp/ore-docker-php
Provides `php` and `composer` commands with only Docker as dependency.
https://github.com/augustohp/ore-docker-php
castle castle-ore docker dotfiles php
Last synced: 3 months ago
JSON representation
Provides `php` and `composer` commands with only Docker as dependency.
- Host: GitHub
- URL: https://github.com/augustohp/ore-docker-php
- Owner: augustohp
- License: mit
- Created: 2018-07-30T23:46:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T21:19:05.000Z (8 months ago)
- Last Synced: 2024-10-04T10:33:04.479Z (3 months ago)
- Topics: castle, castle-ore, docker, dotfiles, php
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PHP on Docker
Rather than installing PHP on your machine, this provides a `php` scripts which
executes PHP inside a docker image. You should be able to use it as you are used
to.## Installation
This is a [homesick castle][1], if you are familiar with it you just need to
clone and ensure `$HOME/bin` is in your `$PATH`.If you have no clue what a [castle][1] is, it is also easy:
$ curl -sL https://raw.githubusercontent.com/augustohp/carcassonne-docker-php/master/home/bin/php -o /usr/local/bin/php
$ chmod a+x /usr/local/bin/phpYou can change `/usr/local/bin/php` to anything you want, the `/usr/local/bin`
should be in you `$PATH` and `php` is how you are going to call the command.[1]: https://github.com/technicalpickles/homesick