This commit is contained in:
parent
d47dd9ce24
commit
7c21c5388e
1 changed files with 3 additions and 3 deletions
|
|
@ -14,14 +14,14 @@ Depending of you environment, PHP and composer could be located in specific path
|
|||
Defines theme with environment vars:
|
||||
|
||||
```
|
||||
export PHP=/path/to/php
|
||||
export COMPOSER=/path/to/composer
|
||||
export PHP_BIN=/path/to/php
|
||||
export COMPOSER_BIN=/path/to/composer
|
||||
```
|
||||
|
||||
Create your project:
|
||||
|
||||
```
|
||||
composer create-project murph/murph-skeleton my_project -s dev
|
||||
"$COMPOSER_BIN" create-project murph/murph-skeleton my_project -s dev
|
||||
```
|
||||
|
||||
An error occured because of the unconfigured database.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue