Include a copy of composer.phar
This commit is contained in:
parent
7e839caf44
commit
a7d4ab64e5
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ clean-routes:
|
|||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build:
|
build:
|
||||||
@composer install --no-interaction
|
@php composer.phar install --no-interaction
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: build
|
install: build
|
||||||
|
@ -7,6 +7,11 @@ the old, phpVMS classic, it's [available here](https://github.com/nabeelio/phpvm
|
|||||||
|
|
||||||
# installation
|
# installation
|
||||||
|
|
||||||
|
A full distribution, with all of the composer dependencies, is available at this [tarball link](http://phpvms.net/downloads/nightly.tar.gz).
|
||||||
|
It's currently updated with every commit
|
||||||
|
|
||||||
|
## Composer Access
|
||||||
|
|
||||||
run the following commands. for right now, we're running on sqlite. for mysql, set
|
run the following commands. for right now, we're running on sqlite. for mysql, set
|
||||||
`DB_CONNECTION` to `mysql` in the `.env` file.
|
`DB_CONNECTION` to `mysql` in the `.env` file.
|
||||||
|
|
||||||
|
BIN
composer.phar
Normal file
BIN
composer.phar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user